MCP Catalogs
首页

koncept-mcp

by yourtechtribe-labs·0·综合分 33

用于代码库语义概念图的 MCP 服务器,捕捉跨领域含义。

developer-toolsknowledge-graphai-llm
0
Forks
6
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Koncepto 是一个在代码库上创建语义层的 MCP 服务器,捕捉代码的含义而不仅仅是功能。它允许开发者用 YAML 格式定义语义概念,表示传统结构代码图中不可见的跨领域关注点。服务器提供工具来验证、列出和链接这些概念。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:记录和执行代码库中的领域特定规则
:创建具有语义关系的术语表
:分析架构模式和跨领域关注点
:koncepto 和 Aider repomap 等代码图有什么区别?
:koncepto 是否可以用于生产环境?

什么时候选它

需要记录和执行传统代码分析工具无法捕获的高级语义约束的团队。

什么时候不要选它

由于这是预发布版且 API 不稳定,不建议在生产项目中使用;关键项目应考虑替代方案。

此 server 暴露的工具

从 README 抽取出 4 个工具
  • 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

说明: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.

可对比工具

code-mcpsemantic-mcpgraph-mcp

安装

# 安装到项目中
pnpm add -D @yourtechtribe-labs/koncept-cli@alpha

# 初始化
npx koncepto init

# 注册 MCP 服务器 (Claude Code)
claude mcp add --scope user koncepto -- \
  npx -y @yourtechtribe-labs/koncept-mcp-server@alpha "$PWD"

FAQ

koncepto 和 Aider repomap 等代码图有什么区别?
代码图捕获结构关系(导入、调用),而 koncepto 捕获语义不变量——不是通过导入关联的跨领域概念。
koncepto 是否可以用于生产环境?
不可以,koncepto 目前处于预发布阶段(v0.1.0-alpha.3)。架构和工具界面可能在 0.1.0 正式版发布前发生变化。

koncept-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。