corun-mcp-server

wdconinc/corun-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
`corun-mcp-server` is a standalone Python MCP server that gives external LLM clients read and write access to a [corun-ai](https://github.com/BNLNPPS/corun-ai) instance.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "corun-mcp-server": {
      "command": "uvx",
      "args": [
        "corun-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install corun-mcp-server