@steinx/memory-mcp-1file
v0.9.0
Published
MCP memory server with semantic search, code indexing, and knowledge graph for AI agents
Downloads
28
Maintainers
Readme
@steinx/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 @steinx/memory-mcp-1file
# Or with bun
bunx @steinx/memory-mcp-1fileIf you republish this wrapper from a fork, the release workflow automatically derives the published npm scope and repository metadata from the current GitHub repository. For local testing and non-release installs, keep the checked-in repository field in npm/package.json accurate so the postinstall hook downloads release assets from your repository, or override it at install time with MEMORY_MCP_RELEASE_REPO=owner/repo.
What 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", "@steinx/memory-mcp-1file"]
}
}
}CLI Options
memory-mcp --help # Show all options
memory-mcp --data-dir /data # Custom database pathSupported Platforms
| Platform | Architecture | |---|---| | Linux | x86_64 (musl), ARM64 (musl) | | macOS | x86_64, ARM64 (Apple Silicon) | | Windows | x86_64 |
Links
License
MIT
