Skip to content
Grok

obra cfo for Grok

com.get-obra/obra-cfo

Local-first MCP that runs an investment committee on your pitch and scores funding readiness.

client:Grok transport:stdio runtime:npm

Install obra cfo in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "obra-cfo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "obra-cfo"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

obra cfo in other clients