ai-company-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., "@ai-company-mcpWhat skills are available for React?"
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.
AI Company MCP Server
AI Knowledge & Skills Server โ Expose your entire AI knowledge base to any MCP client.
A production-ready Model Context Protocol (MCP) server that acts as your AI knowledge and skills hub. It automatically discovers, indexes, and serves your skill library to any MCP-compatible client.
โจ Features
๐ Automatic Skill Discovery โ Drop folders into
knowledge/skills/and they're instantly available๐ Full-Text Search โ TF-IDF powered search with relevance ranking and filtering
๐ Rich Metadata โ YAML frontmatter parsing with automatic inference
๐ Hot Reload โ File watcher automatically reindexes on changes
๐ 17 MCP Tools โ List, search, get, recommend, validate, export, and more
๐ 10 MCP Prompts โ Frontend, backend, React, testing, architecture, and more
๐ฆ MCP Resources โ Browse skills, metadata, categories, tags via resource API
โก High Performance โ In-memory index, caching, lazy loading
๐ Cross-Platform โ Windows, Linux, macOS
๐ Runs Locally โ No network, no external services, your data stays private
Related MCP server: skillsmp-mcp-server
๐ Quick Start
# Run directly (no installation)
npx ai-company-mcpOr install globally:
npm install -g ai-company-mcp
ai-company-mcp๐ Skill Structure
Create skill directories in knowledge/skills/:
knowledge/skills/
โโโ react-patterns/
โโโ SKILL.md # Primary file
โโโ examples.md # Additional filesEach skill's markdown file supports YAML frontmatter:
---
name: react-patterns
description: Common React patterns and best practices
category: frontend
tags: [react, patterns, hooks]
priority: high
difficulty: intermediate
---๐ Client Configuration
OpenCode
{
"mcp": {
"ai-company": {
"command": "npx",
"args": ["-y", "ai-company-mcp"]
}
}
}Claude Desktop
{
"mcpServers": {
"ai-company": {
"command": "npx",
"args": ["-y", "ai-company-mcp"]
}
}
}Cursor / VS Code / Windsurf
See examples/ for all client configurations.
๐ Available Tools
Tool โโพ | Description โโพ |
โ | List all skills with filtering |
โ | Full-text search with ranking |
โ | Get complete skill details |
โ | Find related skills |
โ | List all categories |
โ | List all tags |
โ | Force reindex from disk |
โ | Validate skill structure |
โ | Generate skill summary |
โ | Detailed skill explanation |
โ | Tag-based related skills |
| Best match for a task |
| Export in markdown/JSON/text |
| Export full index as JSON |
| Knowledge base stats |
| Server health check |
| Connectivity check |
โ |
โ๏ธ Configuration
# Environment variables
MCP_SKILLS_PATH=./my-skills
MCP_WATCH_ENABLED=true
MCP_LOG_LEVEL=debug
# CLI arguments
npx ai-company-mcp --skills-path=./my-skills --watch=false
# JSON config file (mcp-config.json)
{
"skillsPath": "./my-skills",
"watchEnabled": true,
"logLevel": "debug"
}See docs/configuration.md for full options.
๐ Documentation
๐งช Development
git clone <repo-url>
cd ai-company-mcp
npm install
npm run dev # Hot reload development mode
npm test # Run tests
npm run build # Production build๐ License
MIT โ see LICENSE for details.
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-qualityDmaintenanceA high-performance MCP server that provides BM25-ranked search and structured access to over 1,300 AI skills, enabling context-efficient discovery and usage of AI capabilities while minimizing token consumption.Last updated53ISC
- AlicenseAqualityCmaintenanceThis MCP server enables AI agents to search, discover, and install skills from the SkillsMP marketplace, with support for keyword and semantic search, skill content retrieval, and installation to various coding agents.Last updated59813MIT
- Alicense-qualityAmaintenanceMCP server for SkillDB that enables AI assistants to search, load, and manage AI agent skills directly.Last updated59MIT
- Alicense-qualityAmaintenanceMCP server that unifies and synchronizes AI coding skills across multiple tools, exposing skill discovery and retrieval via list_skills and read_skill.Last updated22312MIT
Related MCP Connectors
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.
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/IM-D311/ai-company-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server