Skip to content
Cursor

brainfaq mcp for Cursor

io.github.labarilem/brainfaq-mcp

MCP server for the BrainFuck programming language

client:Cursor transport:stdio runtime:npm

Install brainfaq mcp in Cursor

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

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

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

brainfaq mcp in other clients