← Index

io.github.labarilem/brainfaq-mcp

io.github.labarilem/brainfaq-mcp·v1.0.0·Other
Quality Score
75
/100

MCP server for the BrainFuck programming language

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "brainfaq-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "brainfaq-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "brainfaq-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "brainfaq-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y brainfaq-mcp
§03  MCP Quality Score  ·  methodology
freshness
20
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Other