PluginBench
MCP Server
Maintained
Apache-2.0

com.get-obra/obra-cto MCP Server

com.get-obra/obra-cto

What is the com.get-obra/obra-cto MCP server?

Local-first MCP that scores your codebase's build readiness. Your code never leaves your machine.

How to install com.get-obra/obra-cto

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "obra-cto": {
      "command": "npx",
      "args": [
        "-y",
        "obra-cto"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "obra-cto": {
      "command": "npx",
      "args": [
        "-y",
        "obra-cto"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "obra-cto": {
      "command": "npx",
      "args": [
        "-y",
        "obra-cto"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "obra-cto": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "obra-cto"
      ]
    }
  }
}
Claude Code
claude mcp add obra-cto -- npx -y obra-cto

Related MCP servers

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

0
TypeScript
Apache-2.0
View repository →