Codemesh
@pyalwin
About Codemesh
Intelligent code knowledge graph for AI coding agents. Gives agents a persistent, queryable knowledge graph with search, call tracing, and agent write-back. 71% cheaper, 72%
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"codemesh": {
"command": "npx",
"args": [
"-y",
"@pyalwin/codemesh"
],
"env": {
"CODEMESH_PROJECT_ROOT": "/path/to/your/project"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Codemesh?
Codemesh is an MCP server that gives AI coding agents a persistent, queryable knowledge graph. It indexes codebases into a graph of symbols, edges, and embeddings, enabling agents to explore, trace, and ask questions without wasting tokens on discovery. It is for developers using AI coding agents on real-world codebases.
How to use Codemesh?
Install the npm package globally (npm install -g @pyalwin/codemesh), then index your project (codemesh index --with-embeddings). Configure your MCP client (e.g., Claude Code, Claude Desktop, Cursor) with the codemesh MCP server pointing to your project root. The agent gets six codemesh_* tools: codemesh_answer, codemesh_explore, codemesh_trace, codemesh_enrich, codemesh_workflow, codemesh_status. Alternatively, use CLI mode by exporting CODEMESH_PROJECT_ROOT and calling codemesh explore ... directly via Bash.
Key features of Codemesh
- Persistent, queryable code knowledge graph
- 71% cheaper and 72% faster than baseline Grep+Read
- 82% fewer tool calls (8 vs 45 on average)
- Agent write-back: enrich graph with summaries and workflows
- MCP and CLI integration modes
- Supports semantic search, impact analysis, call tracing
Use cases of Codemesh
- Reducing token waste when agents explore large codebases
- Quickly answering complex code questions without reading all files
- Tracing call chains across many files in a single tool call
- Persisting agent learning across sessions via write-back enrichment
FAQ from Codemesh
How do I install Codemesh?
Run npm install -g @pyalwin/codemesh or run directly with npx -y @pyalwin/codemesh.
What is the difference between MCP Server and CLI mode?
MCP Server works via structured tool calls and is best for Opus and complex workflows. CLI mode has zero MCP overhead, calls codemesh directly via Bash, and is recommended for Sonnet/Haiku and speed-sensitive workflows.
Does Codemesh require any special runtime or dependencies?
It requires Node.js and npm. It has no other external dependencies. The codebase must be a local project directory.
How does the agent write-back work?
The agent can call codemesh_enrich and codemesh_workflow tools to persist summaries, concepts, and multi-file flows into the graph. These enrichments survive re-indexing and are available across sessions.
What is the recommended way to run the index?
Run codemesh index --with-embeddings from the project root. This creates symbols, edges, and embeddings for all files. The index step takes seconds to minutes depending on codebase size.
Frequently asked questions
How do I install Codemesh?
Run `npm install -g @pyalwin/codemesh` or run directly with `npx -y @pyalwin/codemesh`.
What is the difference between MCP Server and CLI mode?
MCP Server works via structured tool calls and is best for Opus and complex workflows. CLI mode has zero MCP overhead, calls codemesh directly via Bash, and is recommended for Sonnet/Haiku and speed-sensitive workflows.
Does Codemesh require any special runtime or dependencies?
It requires Node.js and npm. It has no other external dependencies. The codebase must be a local project directory.
How does the agent write-back work?
The agent can call `codemesh_enrich` and `codemesh_workflow` tools to persist summaries, concepts, and multi-file flows into the graph. These enrichments survive re-indexing and are available across sessions.
What is the recommended way to run the index?
Run `codemesh index --with-embeddings` from the project root. This creates symbols, edges, and embeddings for all files. The index step takes seconds to minutes depending on codebase size.
Basic information
More Developer Tools MCP servers

Rams
HSLA0001 Inc.Design review for UI code, inside your agent. One tool (review_files): up to 20 files in, a scored review out — 0–100, issues with severity and file:line, a concrete fix for each. 258 versioned rules across accessibility
MCP Server By TestMu AI
TestMu AITestMu AI MCP Server lets developers run, debug, and triage tests through natural language directly from their IDE (Cursor, Claude, GitHub Copilot, and other MCP clients). It exposes five tools — HyperExecute (test orche

BetterBugs
BetterBugsThe BetterBugs MCP (Model Context Protocol) enables you to load BetterBugs bug reports (via report links) directly to your preferred AI Agents and developer environments with MCP Client capabilities (such as Cursor, VS C
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers

Termany
thinkany-aiAgent-Native Terminal
Comments