@claudetools/memory
v0.1.0
Published
MCP server for Claude Code - persistent AI memory, task management, and codebase intelligence
Downloads
95
Maintainers
Readme
claudetools
MCP server for Claude Code - persistent AI memory, task management, and codebase intelligence.
Installation
npm install -g claudetoolsQuick Start
# Interactive setup
claudetools --setup
# Or just start using - projects auto-register on first useConfiguration
Add to Claude Code's MCP settings (~/.claude/mcp.json):
{
"mcpServers": {
"claudetools": {
"command": "claudetools"
}
}
}Environment Variables (Optional)
CLAUDETOOLS_API_KEY=your-api-key # From claudetools.dev
CLAUDETOOLS_API_URL=https://api.claudetools.devConfig File (Optional)
~/.claudetools/config.json:
{
"apiKey": "your-api-key",
"apiUrl": "https://api.claudetools.dev",
"autoRegister": true
}Features
Memory System
- Persistent memory across sessions
- Knowledge graph with entities and relationships
- Semantic search for relevant context
- Auto-injection of relevant memories
Task Management
- Hierarchical tasks (epics → tasks → subtasks)
- Parallel execution with worker dispatch
- Progress tracking with state management
Codebase Intelligence
- Function call graphs and dependencies
- Impact analysis for changes
- Pattern detection (security, performance)
CLI
claudetools --setup # Interactive configuration
claudetools --version # Show version
claudetools --help # Show help
claudetools # Start MCP serverDocumentation
License
MIT
