Octocode MCP
Octocode:AI 研究驱动型开发
安装
前提条件:需要 GitHub 身份验证。请参阅 身份验证设置。
推荐:Octocode CLI
npx octocode-cli install包含 GitHub OAuth、MCP 服务器安装和技能市场的交互式设置向导。对于非交互式安装,请传递 --ide <ide> 参数(例如 npx octocode-cli install --ide cursor)。
其他方法
添加到您的 MCP 配置文件中:
{
"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 服务器
Octocode MCP 服务器 将您的 AI 助手与代码连接起来:
GitHub & GitLab:搜索存储库、查找使用模式、阅读实现代码、探索 PR
本地工具:搜索代码、浏览目录、在本地代码库中查找文件
LSP 智能:转到定义、查找引用、调用层级 —— 编译器级别的理解
https://github.com/user-attachments/assets/de8d14c0-2ead-46ed-895e-09144c9b5071
技能
代理技能 (Agent Skills) 是一种用于扩展 AI 代理能力的轻量级开放格式。 技能索引:skills/README.md
技能 | 功能 |
代码搜索与探索 — 本地 LSP + 外部(GitHub, npm/PyPI) | |
包含会话、检查点和状态持久化的多阶段研究 | |
理解、编写、分析、审计代码 — AST + LSP + 依赖图 | |
基于证据的规划:理解 > 研究 > 规划 > 实现 | |
包含替代方案、权衡和建议的正式技术决策 | |
跨 7 个领域并带有 LSP 流程追踪的 PR 及本地代码审查 | |
带有文件:行号引用和严重性级别的严厉代码批评 | |
将薄弱的提示词转化为可执行的代理协议 | |
生成 16+ 份已验证文档的 6 阶段流水线 |
https://github.com/user-attachments/assets/5b630763-2dee-4c2d-b5c1-6335396723ec
文档
如需完整文档索引,请从这里开始: docs/README.md
推荐快速链接:
宣言
“代码即真理,但上下文是地图。” -- 阅读 研究驱动型开发宣言 以了解 Octocode 背后的哲学。
贡献
请参阅 开发指南 以获取单体仓库设置、测试和贡献准则。
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