koncept mcp server for Cursor
io.github.yourtechtribe-labs/koncept-mcp-server
Query a curated YAML semantic concept graph for codebase invariants and cross-cutting facts.
client:Cursor
transport:stdio
runtime:npm
Install koncept mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"koncept-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yourtechtribe-labs/koncept-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs