governable-spaces-mcp

zhiganov/governable-spaces-mcp
★ 1 stars TypeScript 💻 Code/Dev Tools Updated today
Unofficial MCP server inspired by the Governable Spaces book (UC Press / Luminos). Code MIT; embedded book content CC BY-NC-SA 4.0.
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": {
    "governable-spaces-mc": {
      "command": "npx",
      "args": [
        "-y",
        "zhiganov/governable-spaces-mcp"
      ]
    }
  }
}