Skip to content
VS Code

Granoflow for VS Code

com.granoflow/mcp-server

Connect MCP-capable AI agents to local Granoflow tasks, reviews, cards, imports, and work memory.

client:VS Code transport:stdio runtime:npm

Install Granoflow in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@granoflow/mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Granoflow in other clients