MCP Directory
Back

cbcl-modelcontextprotocol

by anuna-research · TypeScript · ★ 0

fork of modelcontextprotocol

Install

npx -y github:anuna-research/cbcl-modelcontextprotocol

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "cbcl-modelcontextprotocol": {
      "command": "npx",
      "args": [
        "-y",
        "github:anuna-research/cbcl-modelcontextprotocol"
      ]
    }
  }
}

From the README

This repo contains the specification and protocol schema for the Model Context Protocol. The schema is [defined in TypeScript](schema/2025-06-18/schema.ts) first, but [made available as JSON Schema](schema/2025-06-18/schema.json) as well, for wider compatibility. The official MCP documentation is built using Mintlify and available at [modelcontextprotocol.io](https://modelcontextprotocol.io). Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to this project. This project is licensed under the MIT License—see the [LICENSE](LICENSE) file for details.
Read full README on GitHub →

Related other servers