You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add MCP server install instructions for Claude Code and Desktop (#70)
The MCP Server Mode section documented the CLI usage but not how to
actually wire it into an MCP client. Add copy-pasteable JSON config
for Claude Code (.mcp.json) and Claude Desktop, plus a tools reference
table.
`mache serve` exposes any mache graph as an [MCP](https://modelcontextprotocol.io/) server over stdio, usable by Claude Code, Claude Desktop, Cursor, or any MCP client:
156
+
`mache serve` exposes any mache graph as an [MCP](https://modelcontextprotocol.io/) server over stdio, usable by Claude Code, Claude Desktop, Cursor, or any MCP client.
Six tools are exposed: `list_directory`, `read_file`, `find_callers`, `find_callees`, `search`, and `get_communities` (Louvain cluster detection). No filesystem mount needed — the graph is queried directly over JSON-RPC.
169
170
171
+
#### Installing in Claude Code
172
+
173
+
Add to your project's `.mcp.json` (or `~/.claude/settings.json` for global access):
0 commit comments