Foundry MCP

Foundry MCP

Enables spec-driven development workflows with AI assistants, providing tools for managing specification lifecycles, task dependencies, code navigation, testing, and automated reviews through a unified CLI and MCP interface.

Category
访问服务器

README

foundry-mcp

Python 3.10+ License: MIT MCP Compatible Development Status

Turn AI coding assistants into reliable software engineers with structured specs, progress tracking, and automated review.

Table of Contents

Why foundry-mcp?

The problem: AI coding assistants are powerful but unreliable on complex tasks. They lose context mid-feature, skip steps without warning, and deliver inconsistent results across sessions.

The solution: foundry-mcp provides the scaffolding to break work into specs, track progress, and verify outputs—so your AI assistant delivers like a professional engineer.

  • No more lost context — Specs persist state across sessions so the AI picks up where it left off.
  • No more skipped steps — Task dependencies and blockers ensure nothing gets missed.
  • No more guessing progress — See exactly what's done, what's blocked, and what's next.
  • No more manual review — AI review validates implementation against spec requirements.

Key Features

  • Specs keep AI on track — Break complex work into phases and tasks the AI can complete without losing context.
  • Progress you can see — Track what's done, what's blocked, and what's next across multi-session work.
  • AI-powered review — LLM integration reviews specs, generates PR descriptions, and validates implementation.
  • Works with your tools — Runs as MCP server (Claude Code, Gemini CLI) or standalone CLI with JSON output.
  • Security built in — Workspace scoping, API key auth, rate limits, and audit logging ship by default.
  • Discovery-first — Capabilities declared in a manifest so clients negotiate features automatically.

Installation

Prerequisites

  • Python 3.10 or higher
  • macOS, Linux, or Windows
  • MCP-compatible client (e.g., Claude Code)

Install with uvx (recommended)

uvx foundry-mcp

Install with pip

pip install foundry-mcp

Install from source (development)

git clone https://github.com/tylerburleigh/foundry-mcp.git
cd foundry-mcp
pip install -e ".[test]"

Quick Start

1. Install the claude-foundry plugin (from within Claude Code):

/plugin marketplace add foundry-works/claude-foundry
/plugin install foundry@claude-foundry

Restart Claude Code and trust the repository when prompted.

Note: The plugin automatically registers the MCP server using uvx — no separate installation needed.

2. Run setup:

Please run foundry-setup to configure the workspace.

3. Start building:

I want to add user authentication with JWT tokens.

Claude creates a spec with phases, tasks, and verification steps. Ask to implement and it works through tasks in dependency order.

How It Works

foundry-mcp is the MCP server that provides the underlying tools and APIs. The claude-foundry plugin provides the user-facing skills that orchestrate workflows.

You → Claude Code → claude-foundry plugin → foundry-mcp server
         │                  │                      │
         ▼                  ▼                      ▼
      Natural          Skills like            MCP tools for
      language         foundry-spec,          specs, tasks,
      requests         foundry-implement      reviews, etc.
Component Role
foundry-mcp MCP server + CLI providing spec/task/review tools
claude-foundry Claude Code plugin providing skills and workflow

For most users, install both and interact through natural language. The plugin handles tool orchestration automatically.

Configuration

API Keys

foundry-mcp uses LLM providers for AI-powered features like spec review, consensus, and deep research. Set the API keys for providers you want to use:

# AI CLI tools (for AI review, consensus)
export CLAUDE_CODE_OAUTH_TOKEN="..."   # Get via: claude setup-token
export GEMINI_API_KEY="..."
export OPENAI_API_KEY="sk-..."
export CURSOR_API_KEY="key-..."

# Deep research providers (for /foundry-research deep workflow)
export TAVILY_API_KEY="..."
export PERPLEXITY_API_KEY="..."

TOML Configuration (Optional)

For advanced settings, copy the sample config to your project:

cp samples/foundry-mcp.toml ./foundry-mcp.toml

Advanced Usage

Direct MCP Configuration (without plugin)

For MCP clients other than Claude Code, or if you prefer manual configuration:

{
  "mcpServers": {
    "foundry-mcp": {
      "command": "uvx",
      "args": ["foundry-mcp"],
      "env": {
        "FOUNDRY_MCP_SPECS_DIR": "/path/to/specs"
      }
    }
  }
}

<details> <summary>Using a pip installation instead?</summary>

{
  "mcpServers": {
    "foundry-mcp": {
      "command": "foundry-mcp",
      "env": {
        "FOUNDRY_MCP_SPECS_DIR": "/path/to/specs"
      }
    }
  }
}

</details>

CLI Usage

All MCP tools are also available via CLI with JSON output:

# Get next task to work on
python -m foundry_mcp.cli task next --specs-dir ./specs

# Validate a spec
python -m foundry_mcp.cli spec validate my-feature-001

# Create a new spec
python -m foundry_mcp.cli authoring create --name "my-feature" --template detailed

Launch as Standalone MCP Server

foundry-mcp

The server advertises its capabilities, feature flags, and response contract so MCP clients (Claude Code, Gemini CLI, etc.) can connect automatically.

Documentation

User guides

Guide Description
Quick Start Get up and running in 5 minutes
Core Concepts Understand specs, phases, and tasks
Workflow Guide End-to-end development workflows
CLI Reference Complete CLI command documentation
MCP Tool Reference All MCP tools and their parameters
Configuration Environment variables and TOML setup
Troubleshooting Common issues and solutions

Concepts

Guide Description
SDD Philosophy Why spec-driven development matters
Response Envelope Standardized response format
Spec Schema Spec file structure and fields
LLM Configuration Provider setup and fallbacks

Developer docs

Guide Description
Dev Docs Index Entry point for developer documentation
MCP Best Practices Canonical implementation checklist
Response Schema Standardized envelope reference
CLI Output Contract JSON-first CLI expectations

Scope and Limitations

Best for:

  • Multi-step feature development with AI assistants
  • Teams wanting structured handoff between AI and human reviewers
  • Projects requiring audit trails and progress visibility

Not suited for:

  • Quick one-off code changes (use your AI assistant directly)
  • Non-software tasks (specs are code-focused)
  • Fully autonomous AI agents (foundry assumes human oversight)

Testing

pytest                                        # Full suite
pytest tests/integration/test_mcp_smoke.py    # MCP smoke tests
pytest tests/integration/test_mcp_tools.py    # Tool contract coverage
  • Regression tests keep MCP/CLI adapters aligned across surfaces.
  • Golden fixtures (tests/fixtures/golden) ensure response envelopes, error semantics, and pagination never regress.
  • Freshness checks run alongside core unit and integration suites.

Contributing

Contributions are welcome! Please read the MCP Best Practices before submitting PRs. All changes should keep specs, docs, code, and fixtures in sync.

License

MIT License — see LICENSE for details.


Built by Tyler Burleigh · Report an Issue · View on GitHub

推荐服务器

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 模型以安全和受控的方式获取实时的网络信息。

官方
精选