Memory layer for AI coding assistants. Indexes git history + code, exposes via MCP.
claude mcp add mneme-ai -- npx -y mneme-ai
claude_desktop_config.json
{
"mcpServers": {
"mneme-ai": {
"command": "npx",
"args": [
"-y",
"mneme-ai"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mneme-ai": {
"command": "npx",
"args": [
"-y",
"mneme-ai"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mneme-ai": {
"command": "npx",
"args": [
"-y",
"mneme-ai"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mneme-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mneme-ai"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mneme-ai": {
"command": "npx",
"args": [
"-y",
"mneme-ai"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.patsa2561-art--mneme-ai/reviews or the review_server meta-tool.
POST /mcp