MCP Directory
Back

ModelContextProtocol

by newmancroos · C# · ★ 0

ModelContextProtocol — MCP server.

Install

git clone https://github.com/newmancroos/ModelContextProtocol.git

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": {
    "modelcontextprotocol": {
      "command": "npx",
      "args": [
        "-y",
        "github:newmancroos/ModelContextProtocol"
      ]
    }
  }
}

From the README

**What is Model Context Protocol (MCP)?** The [Model Context Protocol (MCP) is an open-source standard created by Anthropic that acts as a universal, secure connector between AI models (like Claude) and external tools, data sources, or local files. It acts as a standardized translation layer, allowing LLMs to easily access data from Git, Slack, databases, and other applications without custom integrations for each, essentially acting as a "USB-C" for AI Its use to securely Connects + Interact with external data, tools and systems. It is an open-source standard created by Anthropic. **MCP…
Read full README on GitHub →

Related other servers