@know-graph/mcp-server
v0.4.2
Published
MCP server for KnowGraph
Downloads
311
Maintainers
Readme
@know-graph/mcp-server
MCP (Model Context Protocol) server for KnowGraph — connect your code knowledge graph to AI assistants.
Installation
npm install -g @know-graph/cli
# The MCP server is included with the CLIOr install standalone:
npm install @know-graph/mcp-serverUsage with Claude Desktop
Add to your Claude Desktop configuration (claude_desktop_config.json):
{
"mcpServers": {
"knowgraph": {
"command": "knowgraph",
"args": ["serve", "--db", "/path/to/project/.knowgraph/knowgraph.db"]
}
}
}MCP Tools
| Tool | Description |
|------|-------------|
| search_code | Full-text search across entity names, descriptions, and tags |
| find_by_owner | Find all entities owned by a specific team or person |
| find_by_business_goal | Discover entities related to a business objective |
| get_dependencies | Map dependencies for an entity (services, APIs, databases) |
| get_entity_details | Get complete metadata for a specific entity |
| get_external_knowledge | Find linked external resources (Notion, Jira, dashboards) |
| graph_overview | Get high-level statistics about the indexed codebase |
Documentation
See the main repository for full documentation, annotation format, and examples.
License
MIT
