Company Docs MCP Server
Provides read-only access to company GitHub repositories, allowing AI assistants to search code, retrieve files, browse repository structure, and search documentation across indexed repos.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Company Docs MCP ServerSearch our codebase for authentication examples"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Company Docs MCP Server
A remote MCP (Model Context Protocol) server that provides AI assistants with read-only access to your company's GitHub repositories, documentation, and code examples.
Features
🔍 Search Code — Find code examples across all indexed repositories
📄 Get Files — Retrieve full file contents
📚 Search Docs — Search documentation files and READMEs
🗂️ Browse Repos — Navigate repository structure
🔐 Read-Only Access — Safe, no write operations
Related MCP server: GitHub MCP Server
Quick Start
1. Get Access
Contact your administrator for an API key.
2. Configure Your MCP Client
Add this to your MCP client configuration (e.g., Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"company-docs": {
"url": "https://mcpserverpoc-production.up.railway.app/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Replace YOUR_API_KEY with the key provided by your administrator.
3. Start Using It
Once configured, you can ask your AI assistant things like:
"Search our codebase for authentication examples"
"Show me the README from our design-system repo"
"Find React components in the shared-components repo"
"Get the content of src/utils/api.ts from internal-api"
"Browse the docs folder in our platform-core repo"
"Search our documentation for deployment guides"
Available Tools
search_code
Search for code across repositories.
Parameter | Type | Required | Description |
| string | ✅ | Search query (e.g., |
| string[] | ❌ | Specific repositories to search |
get_file
Get full file content from a repository.
Parameter | Type | Required | Description |
| string | ✅ | Repository name |
| string | ✅ | File path (e.g., |
search_docs
Search documentation files (READMEs, docs folders).
Parameter | Type | Required | Description |
| string | ✅ | Documentation search query |
get_readme
Get the README.md from a repository.
Parameter | Type | Required | Description |
| string | ✅ | Repository name |
list_repos
List all indexed repositories. No parameters required.
browse_repo
Browse the file structure of a repository.
Parameter | Type | Required | Description |
| string | ✅ | Repository name |
| string | ❌ | Path within repository (empty for root) |
"Rate limit exceeded"
GitHub API has rate limits (5000 requests/hour)
Wait a few minutes and try again
Security
✅ | Read-only access (no write operations) |
✅ | API key authentication required |
✅ | All requests are logged |
⚠️ | Keep your API key private — don't share it |
Support
Contact your administrator if you need help or have questions.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/c200bzh/mcp_server_poc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server