MCP Directory
Back

ModelContextProtocol

by mksien83 · Python · ★ 0

ModelContextProtocol — MCP server.

Install

pip install git+https://github.com/mksien83/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": "uvx",
      "args": [
        "git+https://github.com/mksien83/ModelContextProtocol.git"
      ]
    }
  }
}

From the README

I tried developing an AI agent using the MCP (Model Context Protocol) server. The topic is the MCP Server, which includes a database. I tried three versions: 1) MCP Server using Google-adk 2) MCP Server using FastAPI Server (using Toolset) 3) PG-MCP-SERVER
Read full README on GitHub →

Related other servers