PluginBench
MCP Server
Active
MIT

io.github.GhostlyGawd/engineering-board MCP Server

io.github.GhostlyGawd/engineering-board

What is the io.github.GhostlyGawd/engineering-board MCP server?

Repository-owned engineering pattern intelligence - 19 MCP tools over stdio.

How to install io.github.GhostlyGawd/engineering-board

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • CLAUDE_PROJECT_DIR

    Absolute path to the repository whose engineering-board/ tree the server operates on. Defaults to the current working directory when unset.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "engineering-board": {
      "command": "https://github.com/GhostlyGawd/engineering-board/releases/download/v1.13.4/engineering-board-mcp.mcpb",
      "args": [],
      "env": {
        "CLAUDE_PROJECT_DIR": "<YOUR_CLAUDE_PROJECT_DIR>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "engineering-board": {
      "command": "https://github.com/GhostlyGawd/engineering-board/releases/download/v1.13.4/engineering-board-mcp.mcpb",
      "args": [],
      "env": {
        "CLAUDE_PROJECT_DIR": "<YOUR_CLAUDE_PROJECT_DIR>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "engineering-board": {
      "command": "https://github.com/GhostlyGawd/engineering-board/releases/download/v1.13.4/engineering-board-mcp.mcpb",
      "args": [],
      "env": {
        "CLAUDE_PROJECT_DIR": "<YOUR_CLAUDE_PROJECT_DIR>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "engineering-board": {
      "type": "stdio",
      "command": "https://github.com/GhostlyGawd/engineering-board/releases/download/v1.13.4/engineering-board-mcp.mcpb",
      "args": [],
      "env": {
        "CLAUDE_PROJECT_DIR": "<YOUR_CLAUDE_PROJECT_DIR>"
      }
    }
  }
}
Claude Code
claude mcp add engineering-board --env CLAUDE_PROJECT_DIR=<YOUR_CLAUDE_PROJECT_DIR> -- https://github.com/GhostlyGawd/engineering-board/releases/download/v1.13.4/engineering-board-mcp.mcpb

Related MCP servers

Your agents break less code and burn fewer tokens — a deterministic call graph over 27 MCP tools.

0
JavaScript
MIT
View repository →