MCP Catalogs
Home

koncept-mcp

by yourtechtribe-labs·0·Score 33

MCP server for semantic concept graphs in codebases to capture cross-cutting meanings.

developer-toolsknowledge-graphai-llm
0
Forks
6
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Documenting and enforcing domain-specific rules across a codebase
you:Creating a glossary of technical concepts with semantic relationships
you:Analyzing architectural patterns and cross-cutting concerns
you:What is the difference between koncepto and code graphs like Aider repomap?
you:Is koncepto production-ready?

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 README
  • list_concepts

    List all registered concepts in the concept graph

  • get_concept

    Retrieve details for a specific concept by name

  • find_concepts

    Search concepts by patterns or properties

  • verify_concepts

    Verify 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

code-mcpsemantic-mcpgraph-mcp

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.