memory-mcp-1file
v0.2.18
Published
MCP memory server with semantic search, code indexing, and knowledge graph for AI agents
Maintainers
Readme
memory-mcp-1file
MCP memory server with semantic search, code indexing, and knowledge graph for AI agents.
Quick Start
# Run directly (downloads binary automatically)
npx memory-mcp-1file
# Or with bun
bunx memory-mcp-1fileWhat is this?
memory-mcp is a Model Context Protocol server that provides AI agents with:
- Semantic memory — store and search memories with embeddings
- Code indexing — parse and index codebases with tree-sitter
- Knowledge graph — entity extraction and relationship tracking
- Temporal awareness — time-based memory queries
Configuration
Use with Claude Code, Cursor, or any MCP-compatible client:
{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "memory-mcp-1file"]
}
}
}CLI Options
memory-mcp --help # Show all options
memory-mcp --db-path /data # Custom database pathSupported Platforms
| Platform | Architecture | |---|---| | Linux | x86_64 (musl) | | macOS | x86_64, ARM64 (Apple Silicon) | | Windows | x86_64 |
Links
License
MIT
