model-context-protocol

Jr382/model-context-protocol
★ 0 stars Python AI/LLM Updated today
Some experiments with MCPs servers
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "model-context-protoc": {
      "command": "uvx",
      "args": [
        "model-context-protocol"
      ]
    }
  }
}

Or install with pip: pip install model-context-protocol

README Excerpt

This is a simple repo to start experimenting and learn about MCP and AI communications basics.\ The main goal is to generate an MCP server by scratch and allow models to provide assist with incident analysis tasks using OpenTelemetry standards.\ The commit history is pretended to be used as a step-by-step guide to reproduce the results of this repo, once the results came haha :D