mcp-server

converged-computing/mcp-server
โ˜… 1 stars Python AI/LLM Updated 1mo ago
๐Ÿงช Agentic Server to support MCP Tools and Science
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