MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/Archcore MCP
Code ExecutionOfficial
A

Archcore MCP

Local stdio MCP server that lets AI coding agents read and maintain structured architecture, rules, and decisions directly from your repository.

62 starsUpdated Aug 17, 2026
View on GitHub

Ads

Overview

Archcore is a git-native context layer for AI coding agents. The CLI keeps specs, architecture decisions, rules, plans, and project knowledge in .archcore/, versioned with your code, and serves the relevant context to coding agents through MCP and session hooks. It ships as a CLI and a local stdio MCP server, so any MCP-compatible coding agent can read and write your project context through standard tools. Use it for persistent project context across Claude Code, Cursor, Codex CLI, GitHub Copilot, Gemini CLI, OpenCode, Roo Code, and Cline.

Installation

claude mcp add --transport stdio archcore -- archcore mcp   # or add the server manually

Configuration

Configuration example is not available yet.

Capabilities

  • Search project context

    Find applicable ADRs, rules, and specs before editing code using `search_documents`.

  • Record decisions as ADRs

    Capture a technical decision as a structured document with `create_document`.

  • Browse and read documents

    List and open any context document in `.archcore/` via `list_documents` and `get_document`.

  • Update existing context

    Keep rules and specs current by editing documents in place with `update_document`.

  • Link related documents

    Connect docs with `add_relation`/`remove_relation` using types like `implements` or `depends_on`.

  • Bootstrap empty repos

    Let the agent initialize `.archcore/` itself with `init_project` when starting fresh.

Tags

  • development
  • coding-agent
  • documentation
  • knowledge-retrieval
  • version-control

Related MCP servers

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago