π¦
Factory MCP
MCP server exposing Factory.ai CLI documentation tools
0 installs
12 stars
1 forks
Trust: 48 β Fair
Devtools
Installation
npx factory-mcpAsk AI about Factory MCP
Powered by Claude Β· Grounded in docs
I know everything about Factory MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Factory MCP Server
MCP server exposing Factory.ai CLI documentation search and markdown tools.
Features
Tools
searchFactoryDocsβ Search the Factory.ai CLI documentation sitemap.fetchFactoryDocMarkdownβ Fetch markdown content for a specific Factory.ai documentation page.
Functionality
- Caches sitemap entries with configurable TTL and retries.
- Scores search results with recency and title relevance.
- Validates requests with Zod schemas to keep tool usage predictable.
Development
Install dependencies:
npm install
Build compiled outputs:
npm run build
Run the test suite:
npm test
Type-check the codebase:
npm run typecheck
Installation
Factory CLI Integration
Use /mcp add to register the server (see https://docs.factory.ai/factory-cli/configuration/mcp.md):
/mcp add factory-cli-docs "npx -y factory-mcp"
Include environment variables when needed:
/mcp add factory-cli-docs "npx -y factory-mcp" -e FACTORY_DOCS_CACHE_TTL_MS=60000 -e FACTORY_DOCS_LOG_LEVEL=debug
