MCP governance server in Go for the Agentic Wiki — knowledge that composes, not that you query
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cartographer": {
"command": "go",
"args": [
"run",
"github.com/BeppeTemp/cartographer@latest"
]
}
}
}
Run in terminal:
claude mcp add cartographer go run github.com/BeppeTemp/cartographer@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"cartographer": {
"command": "go",
"args": [
"run",
"github.com/BeppeTemp/cartographer@latest"
]
}
}
}