Update README.md - add octocode (#370)
What is Octocode? 🐙 The perfect code assistant that can help understand anything. Octocode was built to understand connections between Github repositories and NPM packages under any privilege level you have. With AI-powered advanced search, heuristic discovery, and smart fallbacks, it makes GitHub's vast repository of knowledge truly searchable and analyzable. It already integrated into https://github.com/modelcontextprotocol/servers You can visit here to learn more: http://octocode.ai/ Server Details This server knows to do smart code research and using users privileges (npm & github) to fetch and analysis code and docs in real time! Motivation and Context It started as a personal tool while working at Wix to solve the challenge of navigating large private/public codebases and keeping up with rapidly evolving technology. Evolved from a side project into a comprehensive code assistant which in use in many teams and solves many problems that we needed to understand in a long time (e.g. legacy projects and complex dependencies trees). It also lets understand public code (I used this MCP to understand modelcontextprotocol better during development..) Core Purpose: Make code exploration as intelligent as having a senior developer guide you through any codebase Help developers understand "how does this work?" rather than just managing projects Key Problems it Solves: Code Understanding: Makes GitHub's vast repository of knowledge truly searchable and analyzable Connection Discovery: Built to understand connections between repositories and NPM packages across any privilege level Smart Search: Provides AI-powered advanced search with heuristic discovery and smart fallbacks Unique Approach: Uses AI-powered search to find relevant code even with vague queries Maps relationships between NPM packages, repositories, and dependencies Works across public, private, and organization repositories Requires zero configuration and no personal access tokens (works using gh and npm CLI) The tool essentially aims to be "the perfect code assistant that can help understand anything" by making complex codebases and technical implementations more accessible and understandable through intelligent search and discovery. How Has This Been Tested? I'm using it personally and many developers (mostly in WIx) are using it to solve day-to-day challenges. As a senior developer I leverage this tool to help others and let them find solutions themselves. This MCP is heavily tested. Additional context The installation is super easy. prerequisites: npm cli installed gh cli installed (brew install gh, gh auth login) and then just configure the MCP: "octocdode-mcp": { "command": "npx", "args": [ "octocode-mcp" ] }, How Octocode is different than Gitbhub Official MCP ctocode MCP is superior to GitHub's official MCP in the manner of code research in several key ways: More Developer-Friendly: Built by developers for developers, focusing on real-world code exploration needs Smarter Search: More sophisticated search algorithms with better understanding of developer intent Ecosystem Integration: Unique integration of GitHub and NPM ecosystems provides a more complete development picture Better Results: More relevant and contextual results with intelligent analysis and filtering Performance: Smart caching and query optimization for faster responses While GitHub's MCP provides solid basic functionality, Octocode is clearly designed for more sophisticated code exploration and understanding, making it the better choice for developers who need deep code insight and efficient navigation across almost any ecosystem.
This commit is contained in:
parent
b436a3faca
commit
226968206e
1 changed files with 1 additions and 0 deletions
|
|
@ -374,6 +374,7 @@ A growing set of community-developed and maintained servers demonstrates various
|
|||
- **[NPM Search](https://github.com/btwiuse/npm-search-mcp-server)** - Search for npm packages
|
||||
- **[Ntfy](https://github.com/gitmotion/ntfy-me-mcp)** - An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!)
|
||||
- **[Obsidian](https://github.com/MarkusPfundstein/mcp-obsidian)** - Interacting with Obsidian via REST API
|
||||
- **[Octocode](https://github.com/bgauryy/octocode-mcp)** - AI-powered developer assistant that enables advanced research, analysis and discovery and code generation across GitHub and NPM realms in realtime.
|
||||
- **[OSV](https://github.com/StacklokLabs/osv-mcp)** - Access the [OSV (Open Source Vulnerabilities) database](https://osv.dev/) for vulnerability information. Query vulnerabilities by package version or commit, batch query multiple packages, and get detailed vulnerability information by ID.
|
||||
- **[OpenAI](https://github.com/pierrebrunelle/mcp-server-openai)** - Query OpenAI models directly from Claude using MCP protocol
|
||||
- **[OpenAPI Schema Explorer](https://github.com/kadykov/mcp-openapi-schema-explorer)** - Token-efficient access to OpenAPI/Swagger specs via MCP Resources
|
||||
|
|
|
|||
Loading…
Reference in a new issue