Axon MCP 服务器 文档
一个 AI 可查询的 Axon 知识库
概述
Axon MCP Server 的功能、存在的原因,以及你可以用它构建什么。
- What it is — MCP server for Axon / SkySpark
- What you can do with it
- How it fits together
- Key features
安装
在五分钟内在本地启动服务器。
- Prerequisites (Node 18+, Git, npm)
- Clone, install, build
- Stdio vs HTTP transport
- Wire into Claude Desktop / MCP client
配置
服务器从 axon-config.json 读取的每个配置项,加上覆盖它们的环境变量。
- axon-config.json walkthrough
- OAuth 2.1 setup
- SkySpark connection + fallback
- Semantic search + embeddings
MCP 工具
服务器通过 MCP 公开的所有工具,按其功能分组。
- Search and retrieval (FlexSearch, regex)
- Function analysis + call graph
- Code generation and validation
- Graph analysis + similarity
SkySpark 集成
自动发现项目、同步函数,并保持每次提交的版本历史记录。
- Filesystem vs HTTP surfaces
- Auto-discovery + function sync
- Versioning + primary project
- Running Haystack queries