Query a curated YAML semantic concept graph for codebase invariants and cross-cutting facts.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Semantic concept graph MCP server for codebases β what your code means, not just what it does.
Code graphs (Aider repomap, GitNexus, Sourcegraph) capture structural relations: who imports who, who calls who. They miss semantic invariants β the cross-cutting concepts that live in code not related by imports:
SectorAssignment.sector keys exactly"koncepto is the curated semantic layer. Concepts in YAML, queryable via MCP tools, read at Step 0 before editing.
Pre-alpha (v0.1.0-alpha.3 on npm). Schema and tool surface may break before 0.1.0 final. See roadmap.
Dogfooded against this repo itself: 5 concepts in .koncept/concepts/ cover the schema, the registry, the MCP tool contract, the monorepo shape, and the kebab-id naming convention. pnpm dogfood = koncepto verify against its own registry.
An invariant is advisory by default β surfaced to agents via koncept_for_file,
but never evaluated. Give it a check and it becomes an enforced gate that
koncepto verify fails on:
Static kinds (implication, symbol_present, forbidden, grep) run on
koncepto verify by default (fast, read-only; --no-checks to skip). The shell
escape hatch (kind: command) runs only on koncepto check. This turns a
"completion-contract" concept into both the checklist and its enforcement gate β
the loose end can't be skipped under momentum.
3 packages under pnpm workspace:
@yourtechtribe-labs/koncept-core β Zod schema, YAML parser, indexer@yourtechtribe-labs/koncept-mcp-server β MCP stdio server (4 tools)@yourtechtribe-labs/koncept-cli β init, verify, list, linkMIT β see LICENSE.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/koncept-mcp-server)<a href="https://allmcps.com/mcp/koncept-mcp-server"><img src="https://allmcps.com/api/badge/koncept-mcp-server?style=directory" alt="Koncept MCP Server on AllMCPs" /></a>