codeonboard

thedunncodes/codeonboard
★ 0 stars Unknown language 💻 Code/Dev Tools Updated 5d ago
CodeOnboard is an MCP server that gives Bob IDE the ability to fetch, analyze and document any GitHub repository, and Bob uses that as a tool while a developer works.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codeonboard": {
      "command": "npx",
      "args": [
        "-y",
        "thedunncodes/codeonboard"
      ]
    }
  }
}