Unofficial MCP server inspired by the Governable Spaces book (UC Press / Luminos). Code MIT; embedded book content CC BY-NC-SA 4.0.
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"
]
}
}
}
Run in terminal:
claude mcp add governable-spaces-mc npx -y zhiganov/governable-spaces-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"governable-spaces-mc": {
"command": "npx",
"args": [
"-y",
"zhiganov/governable-spaces-mcp"
]
}
}
}