koncept-mcp
by yourtechtribe-labs·★ 0·Score 33
MCP server for semantic concept graphs in codebases to capture cross-cutting meanings.
Overview
Koncepto is an MCP server that creates a semantic layer on top of codebases, capturing what code means rather than just what it does. It allows developers to define semantic concepts in YAML format that represent cross-cutting concerns that aren't visible through traditional structural code graphs. The server provides tools to verify, list, and link these concepts across a codebase.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Teams needing to document and enforce high-level semantic constraints across codebases that traditional code analysis tools miss.
When NOT to choose this
For production use as this is pre-alpha with unstable APIs; consider alternatives for critical projects.
Tools this server exposes
4 tools extracted from the READMElist_conceptsList all registered concepts in the concept graph
get_conceptRetrieve details for a specific concept by name
find_conceptsSearch concepts by patterns or properties
verify_conceptsVerify all concepts against the current codebase
Note: Inferred from the MCP server description mentioning '4 tools' and CLI commands like 'list' and 'verify'. Exact tool names and signatures not explicitly documented in the README.
Comparable tools
Installation
# Install in your project
pnpm add -D @yourtechtribe-labs/koncept-cli@alpha
# Bootstrap
npx koncepto init
# Register MCP server (Claude Code)
claude mcp add --scope user koncepto -- \
npx -y @yourtechtribe-labs/koncept-mcp-server@alpha "$PWD"FAQ
- What is the difference between koncepto and code graphs like Aider repomap?
- Code graphs capture structural relations (imports, calls), while koncepto captures semantic invariants - cross-cutting concepts not related by imports.
- Is koncepto production-ready?
- No, koncepto is currently in pre-alpha (v0.1.0-alpha.3). The schema and tool surface may break before the 0.1.0 final release.
Compare koncept-mcp with
Last updated · Auto-generated from public README + GitHub signals.