MCP Configtypescript

recker MCP Config

MCP server configuration from forattini-dev/recker

View Source
.mcp.json
{
  "mcpServers": {
    "recker": {
      "command": "pnpm",
      "args": ["cli", "mcp", "--debug", "--category=full"],
      "cwd": "/home/cyber/Work/tetis/recker"
    },
    "tuiuiu": {
      "command": "npx",
      "args": ["tuiuiu.js@latest", "mcp"]
    }
  }
}