granoflow-mcp-server

granoflow/granoflow-mcp-server
★ 0 stars TypeScript AI/LLM Updated 12d ago
MCP server for Granoflow: exposes the local REST API as tools for AI agents, IDEs, and automation.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "granoflow-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "granoflow/granoflow-mcp-server"
      ]
    }
  }
}