Skip to content
Cursor

OpenFateAI Assistant MCP for Cursor

io.github.openfateaicom-wq/openfateai-mcp

Local MCP tools for decisions, reflection, action plans, and digital report outlines.

client:Cursor transport:stdio runtime:npm

Install OpenFateAI Assistant MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "openfateai-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "openfateai-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

OpenFateAI Assistant MCP in other clients