A local MCP server for cross-repository semantic code intelligence in TypeScript and Go, backed by a persistent LadybugDB graph.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"kivgraph": {
"command": "go",
"args": [
"run",
"github.com/Luqueee/kivgraph@latest"
]
}
}
}
Run in terminal:
claude mcp add kivgraph go run github.com/Luqueee/kivgraph@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"kivgraph": {
"command": "go",
"args": [
"run",
"github.com/Luqueee/kivgraph@latest"
]
}
}
}