spore-host-mcp

spore-host/spore-host-mcp
★ 0 stars Go 🤖 AI/LLM Updated today
MCP server for AI assistants — manage EC2 instances and discover capacity
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "spore-host-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/spore-host/spore-host-mcp@latest"
      ]
    }
  }
}

README Excerpt

MCP server exposing truffle and spawn as tools for AI assistants. Works with Claude Desktop, Cursor, and any other client that supports the [Model Context Protocol](https://modelcontextprotocol.io). **macOS / Linux (Homebrew)** ```bash brew install spore-host/tap/spore-host-mcp ``` **Windows (Scoop)**