Blueprint MCP

Blueprint MCP

Provides AI coding agents with durable architecture memory for repositories by generating structured project maps of responsibilities, relationships, and risks.

Category
访问服务器

README

Blueprint MCP

Blueprint gives AI coding agents a durable architecture memory for your repository.

It turns a codebase into a structured project map: responsibilities, relationships, entry points, risks, and the context an agent should read before changing code.

Instead of loading an entire repository into context, an agent can focus on the parts of the system that matter for the task. Developers also get a visual frontend for exploring the generated architecture map.

Use Blueprint when you want AI coding agents to work with less guesswork, tighter context, and a clearer understanding of how your project is actually put together.

Why Blueprint?

  • Gives agents a task-focused way to understand large codebases before editing.
  • Groups the system by responsibility, data flow, and ownership boundaries.
  • Produces detailed group documentation that agents can read selectively.
  • Reduces wasted context by routing each task to the most relevant project areas.
  • Keeps the architecture memory refreshable as the repository changes.
  • Provides a visual viewer so developers can inspect the same project map.

Blueprint does not replace source code as the source of truth. It gives both agents and developers a better starting point before they inspect the source.

Install

npm install -g blueprint-mcp

Requires Node.js 20 or newer.

Global installation makes the blueprint command available in your shell:

blueprint open --watch

If you install Blueprint only inside a project with npm install blueprint-mcp, run it through an npm script or node_modules/.bin; local npm binaries are not added to your interactive shell path automatically.

MCP Configuration

Add Blueprint to your MCP client:

{
  "mcpServers": {
    "blueprint": {
      "command": "blueprint-mcp"
    }
  }
}

Restart your MCP client after changing the configuration.

Quick Start

Open your project in the coding agent you already use, such as Codex or Claude Code, and ask it to create a Blueprint:

Create a blueprint for this project.

The agent will scan the repository, group the codebase by responsibility, and write the architecture memory for future tasks.

Blueprint writes documentation in English by default. To use another language, ask for it naturally:

Create a Turkish blueprint for this project.

What It Creates

Blueprint writes local project memory under .blueprint/:

File Purpose
brief.md A compact routing index agents read first.
groups/*.md Human-readable architecture notes for each project area.
blueprint-output.json Structured project graph for tools and viewers.
refresh-scan.json Filesystem snapshot used for deterministic refreshes.

Teams can decide whether to commit .blueprint/ or keep it local.

Tools

Tool Purpose
blueprint.scan Builds file inventory and code analysis artifacts.
blueprint.group Prepares or applies semantic file grouping.
blueprint.compose Writes the final Blueprint output and Markdown notes.
blueprint.refresh Refreshes Blueprint state from the current filesystem snapshot.
blueprint.group.update Assigns unassigned files or manages empty groups after refresh.

Viewer

Blueprint includes a static viewer for exploring generated memory. Open it in watch mode while working:

blueprint open --watch

Watch mode keeps the static viewer regenerated when Blueprint memory changes. If you only want to open the viewer once, remove --watch from the command.

Language Support

Blueprint uses Tree-sitter analysis for:

  • TypeScript / JavaScript
  • Python
  • Go
  • Rust
  • Java

Other files are still included in the inventory, but deeper symbol and import analysis depends on language support.

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选