Octocode MCP
Octocode: Forschungsgestützte Entwicklung für KI
Installation
Voraussetzungen: GitHub-Authentifizierung erforderlich. Siehe Einrichtung der Authentifizierung.
Empfohlen: Octocode CLI
npx octocode-cli installInteraktiver Einrichtungsassistent mit GitHub OAuth, MCP-Server-Installation und Skills-Marktplatz. Verwenden Sie --ide <ide> für eine nicht-interaktive Installation (z. B. npx octocode-cli install --ide cursor).
Alternative Methoden
Fügen Sie dies zu Ihrer MCP-Konfigurationsdatei hinzu:
{
"mcpServers": {
"octocode": {
"command": "npx",
"args": ["octocode-mcp@latest"]
}
}
}npx add-skill https://github.com/bgauryy/octocode-mcp/tree/main/skills/octocode-researchRelated MCP server: CodeGraph CLI MCP Server
MCP-Server
Der Octocode MCP-Server verbindet Ihren KI-Assistenten mit Code:
GitHub & GitLab: Repositories durchsuchen, Nutzungsmuster finden, Implementierungen lesen, PRs erkunden
Lokale Tools: Code durchsuchen, Verzeichnisse durchstöbern, Dateien in Ihrer lokalen Codebasis finden
LSP-Intelligenz: Gehe zu Definition, Referenzen finden, Aufrufhierarchie – Verständnis auf Compiler-Ebene
https://github.com/user-attachments/assets/de8d14c0-2ead-46ed-895e-09144c9b5071
Skills
Agent Skills sind ein leichtgewichtiges, offenes Format zur Erweiterung der Fähigkeiten von KI-Agenten. Skill-Index: skills/README.md
Skill | Was es tut |
Codesuche & Exploration — lokales LSP + extern (GitHub, npm/PyPI) | |
Mehrphasige Recherche mit Sitzungen, Checkpoints und Zustandsbeibehaltung | |
Code verstehen, schreiben, analysieren, prüfen — AST + LSP + Abhängigkeitsgraph | |
Evidenzbasierte Planung: Verstehen > Recherchieren > Planen > Implementieren | |
Formale technische Entscheidungen mit Alternativen, Kompromissen und Empfehlungen | |
PR- & lokaler Code-Review über 7 Domänen hinweg mit LSP-Flow-Tracing | |
Brutale Code-Kritik mit Datei:Zeilen-Zitaten und Schweregraden | |
Schwache Prompts in durchsetzbare Agenten-Protokolle verwandeln | |
6-Phasen-Pipeline zur Erstellung von über 16 validierten Dokumenten |
https://github.com/user-attachments/assets/5b630763-2dee-4c2d-b5c1-6335396723ec
Dokumentation
Für den vollständigen Dokumentationsindex beginnen Sie hier: docs/README.md
Empfohlene Quick-Links:
Das Manifest
"Code ist Wahrheit, aber Kontext ist die Karte." -- Lesen Sie das Manifest für forschungsgestützte Entwicklung, um die Philosophie hinter Octocode zu verstehen.
Mitwirken
Siehe den Entwicklungsleitfaden für Monorepo-Einrichtung, Tests und Richtlinien für Mitwirkende.
Maintenance
Related MCP Servers
- AlicenseCqualityFmaintenanceA free, open-source service that transforms GitHub projects into MCP endpoints, enabling AI assistants to access and understand project documentation without any setup.32688,332Apache 2.0
- FlicenseNot gradedqualityFmaintenanceA high-performance CLI tool that provides semantic code search, advanced architectural analysis, and codebase indexing with vector embeddings across multiple programming languages. Enables AI assistants to understand and navigate large codebases through graph-based relationships and intelligent code pattern detection.861
- AlicenseNot gradedqualityDmaintenanceEnables semantic code search across multiple repositories using natural language queries. Provides intelligent code discovery, symbol lookups, and cross-repo dependency analysis for AI coding agents.MIT
- AlicenseAqualityFmaintenanceProvides code repository indexing and semantic search capabilities, allowing natural language queries to find relevant code snippets with automatic incremental indexing and multi-language support.137359ISC
Related MCP Connectors
Provide AI-powered real-time analysis and intelligence on NPM packages, including security, depend…
Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.
Enterprise code intelligence for M&A, security audits, and tech debt. Hosted server with 200k free.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bgauryy/octocode'
If you have feedback or need assistance with the MCP directory API, please join our Discord server