genie-space-mcp

OgroFratesi/genie-space-mcp
★ 0 stars Jupyter Notebook 📦 Other Updated today
Create an MCP server for Genie
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": {
    "genie-space-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "OgroFratesi/genie-space-mcp"
      ]
    }
  }
}