← Index

io.github.pyalwin/codemesh

io.github.pyalwin/codemesh·v0.1.2·Memory & RAG
Quality Score
80
/100

Intelligent code knowledge graph for AI coding agents — 71% cheaper, 72% faster

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "codemesh": {
      "command": "npx",
      "args": [
        "-y",
        "@pyalwin/codemesh"
      ],
      "env": {
        "CODEMESH_PROJECT_ROOT": "<codemesh_project_root>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "codemesh": {
      "command": "npx",
      "args": [
        "-y",
        "@pyalwin/codemesh"
      ],
      "env": {
        "CODEMESH_PROJECT_ROOT": "<codemesh_project_root>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @pyalwin/codemesh
§02  Environment variables
CODEMESH_PROJECT_ROOT

Absolute path to the local codebase to index

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG