Odel
brainfaq mcp

brainfaq mcp

Local
@labarilemTypeScriptCC-BY-SA-4.0Updated 4mo ago

MCP server for the BrainFuck programming language

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbrainfaq-mcpv1.0.2

Run

npx -y brainfaq-mcp

MCP client config

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