MCP.so
ログイン

Claude MCP (Master Control Program)

@RLabs-Inc

Claude MCP (Master Control Program) について

MCP server with different tools to extend Claude-code functionalities.

基本情報

カテゴリ

AI とエージェント

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

RLabs-Inc

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "claude-mcp-rlabs-inc": {
      "command": "bun",
      "args": [
        "dev"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Claude MCP (Master Control Program)?

A modular server-based tooling system that hosts tools to extend Claude’s code generation capabilities with access to the latest documentation and resources. It enhances Claude’s ability to work with modern frameworks and libraries by providing up-to-date documentation and APIs. The system can be run locally for personal use or deployed as a shared service for teams.

How to use Claude MCP (Master Control Program)?

Install Bun, clone the repository, run bun install, then start the server with bun dev (development) or bun start (production). Integrate with Claude Code CLI by installing the MCP plugin and sourcing the activation script. The server also exposes an HTTP API at http://localhost:3000.

Key features of Claude MCP (Master Control Program)

  • Documentation Fetcher tool with automatic version detection and scraping.
  • Supports multiple frameworks: LangChain, FastAPI, React, Vue, Angular, Svelte, Express, Next.js, Hono, Remix.
  • Smart crawling with rate limiting awareness and content processing.
  • Search functionality with semantic, keyword, and hybrid modes.
  • Integrates with Claude Code CLI and HTTP API.
  • Extensible: add custom tools or frameworks via CLI or API.

Use cases of Claude MCP (Master Control Program)

  • Fetch the latest documentation for a framework to guide Claude’s code generation.
  • Add custom tools to the MCP server for team‑specific workflows.
  • Deploy a shared team server so multiple users can access documentation and tools.
  • Run a Docker container for isolated or cloud deployment.
  • Operate dual instances: a personal local server and a shared team server simultaneously.

FAQ from Claude MCP (Master Control Program)

What are the prerequisites for running the server?

The only prerequisite is Bun, a fast JavaScript/TypeScript runtime.

How do I integrate Claude MCP with Claude Code CLI?

Install the MCP plugin by running curl -X POST http://localhost:3000/claude-code/install, then source the activation script (source ~/.claude-code/plugins/claude-mcp/activate.sh). After that, CLI commands like claude fetch-docs become available.

Can I add my own frameworks or tools?

Yes. Use the interactive CLI tool (bun docadd add) or the REST API endpoints to add new frameworks. The system is designed to be extensible with custom tools.

What deployment modes are supported?

Four modes: personal/local (no auth), shared team server (basic API key), public deployment (full security features), and Docker. You can also run dual instances (local + team).

Where are the fetched documentation files stored?

Documentation is saved in the ./docs directory by default. The server’s API endpoints can also return the processed content directly.

コメント

「AI とエージェント」の他のコンテンツ