★ 41 stars
Go
📁 File System
Updated 2d ago
IDE-style navigation for structured data — code, JSON, YAML. Jump to definitions, find callers, follow references. Available as an MCP server or a mounted folder.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mache": {
"command": "go",
"args": [
"run",
"github.com/agentic-research/mache@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mache go run github.com/agentic-research/mache@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mache": {
"command": "go",
"args": [
"run",
"github.com/agentic-research/mache@latest"
]
}
}
}
📋 Copy
Topics
agentic-research art-ecosystem capnproto cobra code-intelligence fuse-filesystem go knowledge-graph mcp model-context-protocol tree-sitter