Atlas MCP Server
DatabaseNeo4j-powered task management MCP server implementing three-tier project/task/knowledge architecture for LLM agents.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"atlas-mcp-server": {
"command": "npx",
"args": [
"-y",
"atlas-mcp-server"
]
}
}
}