mcp-server

enitan-awojobio6650-lang/mcp-server
★ 0 stars Python AI/LLM Updated today
a library mcp server
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": {
    "mcp-server": {
      "command": "uvx",
      "args": [
        "mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-server

README Excerpt

A small MCP server that models a simple library, plus a client that drives it using the OpenAI Agents SDK. Uses `uv` for environment and dependency management, and OpenRouter as the LLM provider. - `app.py` — this is the MCP server (4 tools, 2 resources, 1 prompt) - `client.py` — connects to `app.py` over stdio using an Agents SDK agent