loading…
Search for a command to run...
loading…
AI-powered developer assistant that enables advanced research, analysis and discovery across GitHub and NPM realms in realtime.
AI-powered developer assistant that enables advanced research, analysis and discovery across GitHub and NPM realms in realtime.
Empower your AI assistant with the skills of a Senior Staff Engineer.
Prerequisites: GitHub authentication required. See Authentication Setup.
npx octocode-cli install
Interactive setup wizard with GitHub OAuth, MCP server installation, and skills marketplace. Pass --ide <ide> for non-interactive install (e.g. npx octocode-cli install --ide cursor).
Add to your MCP configuration file:
{
"mcpServers": {
"octocode": {
"command": "npx",
"args": ["octocode-mcp@latest"]
}
}
}
npx add-skill https://github.com/bgauryy/octocode-mcp/tree/main/skills/octocode-research
The Octocode MCP Server connects your AI assistant to code:
https://github.com/user-attachments/assets/de8d14c0-2ead-46ed-895e-09144c9b5071
Agent Skills are a lightweight, open format for extending AI agent capabilities. Skills index: skills/README.md
| Skill | What it does |
|---|---|
| Researcher | Code search & exploration — local LSP + external (GitHub, npm/PyPI) |
| Research | Multi-phase research with sessions, checkpoints, state persistence |
| Engineer | Understand, write, analyze, audit code — AST + LSP + dependency graph |
| Plan | Evidence-based planning: Understand > Research > Plan > Implement |
| RFC Generator | Formal technical decisions with alternatives, trade-offs, and recommendations |
| PR Reviewer | PR & local code review across 7 domains with LSP flow tracing |
| Roast | Brutal code critique with file:line citations and severity levels |
| Prompt Optimizer | Turn weak prompts into enforceable agent protocols |
| Doc Writer | 6-phase pipeline producing 16+ validated docs |
https://github.com/user-attachments/assets/5b630763-2dee-4c2d-b5c1-6335396723ec
For the full documentation index, start here: docs/README.md
Recommended quick links:
"Code is Truth, but Context is the Map." -- Read the Manifest for Research Driven Development to understand the philosophy behind Octocode.
See the Development Guide for monorepo setup, testing, and contribution guidelines.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"bgauryy-octocode-mcp": {
"command": "npx",
"args": []
}
}
}