Company Brain MCP
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 Brain MCPWhat is our policy on using AI for code generation?"
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 Brain MCP
A local AI assistant that answers questions across a company's internal knowledge using the Model Context Protocol (MCP).
Overview
Company Brain MCP provides controlled access to internal company documents through MCP tools, enabling AI agents to query policies, product documentation, meeting notes, and engineering documentation with proper access control and citation support.
Related MCP server: Grounded Code MCP
Architecture
User
↓
LLM / Agent
↓
MCP Client
↓
Local MCP Server
↓
┌──────────────┬──────────────┬──────────────┐
Policies Product Docs Meeting Notes
Engineering Architecture Internal FAQs
└──────────────┴──────────────┴──────────────┘
↓
Grounded answer + citationsFeatures
MCP Tools:
search_documents(),read_document(),list_policies(),find_meeting_notes()Access Control: Role-based permissions (admin, engineer, product, hr, guest)
Semantic Search: Vector embeddings for document search
Citations: Source tracking for all answers
Audit Logging: Complete audit trail of all queries
Read-Only: All tools are read-only for safety
Installation
cd company-brain-mcp
pip install -r requirements.txtUsage
Start the MCP Server
cd server
python mcp_server.pyAvailable Tools
list_policies - List all policy documents
read_document - Read a specific document by ID
search_documents - Search documents by query
find_meeting_notes - Find meeting notes matching a query
list_categories - List all accessible categories
Example Queries
"What is our AI deployment policy?"
"What decisions were made about authentication last month?"
"What's on the product roadmap for Q4?"
"Show me all security policies"
Project Structure
company-brain-mcp/
├── server/
│ ├── mcp_server.py # Main MCP server
│ ├── tools.py # MCP tools implementation
│ ├── permissions.py # Access control system
│ ├── document_loader.py # Document loading
│ ├── embeddings.py # Semantic search
│ └── config.py # Configuration
├── agent/
│ ├── assistant.py # LLM agent
│ └── citation_formatter.py
├── knowledge/
│ ├── policies/ # Company policies
│ ├── product/ # Product documentation
│ ├── engineering/ # Technical docs
│ ├── meetings/ # Meeting notes
│ └── internal/ # Internal docs
├── evals/
│ ├── questions.json # Test questions
│ └── evaluator.py
├── tests/
└── README.mdPermissions
Role | Policies | Product | Engineering | Meetings | Internal |
Admin | ✓ | ✓ | ✓ | ✓ | ✓ |
Engineer | ✗ | ✓ | ✓ | ✓ | ✗ |
Product | ✓ | ✓ | ✗ | ✓ | ✗ |
HR | ✓ | ✗ | ✗ | ✓ | ✓ |
Guest | ✗ | ✓ | ✗ | ✗ | ✗ |
Development
Adding Documents
Add markdown, text, or JSON files to the appropriate knowledge/ subdirectory. Documents are automatically loaded on server startup.
Adding Tools
Implement the tool in
server/tools.pyAdd the tool definition in
server/mcp_server.pyunder_handle_tools_listAdd the tool handler in
_handle_tool_call
Testing
# Run unit tests
python -m pytest tests/
# Run evaluation
python evals/evaluator.pyLicense
MIT
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.
Related MCP Servers
- Alicense-qualityCmaintenanceAn MCP server that enables AI assistants to perform semantic searches over local document collections using multi-context organization and automatic OCR. It supports various file formats including PDF, DOCX, and images, ensuring all data processing remains local and private.6MIT
- Alicense-qualityBmaintenanceA local MCP server that gives AI coding assistants retrieval access to your personal knowledge base of books, standards, and docs, grounding their answers in sources you trust.MIT
- Flicense-qualityCmaintenanceEnables querying company knowledge base using RAG, providing accurate answers from internal documents via MCP.
- Alicense-qualityCmaintenanceA secure MCP server that connects AI assistants to Google Workspace, enabling permission-aware retrieval-augmented generation for grounded answers.MIT
Related MCP Connectors
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Your company's brain for AI agents. Cited, permission-aware knowledge across every system.
Shared, permission-aware company context for AI agents, with provenance, approvals and audit.
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/suvanshah/company-brain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server