Dedalus MCP Documentation Server
An MCP server for serving and querying documentation with AI capabilities. Built for the YC Agents Hackathon.
Quick Start (Local Development)
Deploy to Dedalus
What Dedalus Needs
pyproject.toml
- Package configuration with dependenciesmain.py
(root) - Entry point that Dedalus expectssrc/main.py
- The actual MCP server codedocs/
- Your documentation files
Deployment Steps
- Set Environment Variables in Dedalus UI:
OPENAI_API_KEY
- Your OpenAI API key (required for AI features)
- Deploy:
How Dedalus Runs Your Server
- Installs dependencies using
uv sync
frompyproject.toml
- Runs
uv run main
to start the server - Server runs in
/app
directory in container - Docs are served from
/app/docs
Features
- Serve markdown documentation
- Search across docs
- AI-powered Q&A (with OpenAI)
- Rate limiting (10 requests/minute) to protect API keys
- Ready for agent handoffs
Tools Available
list_docs()
- List documentation filessearch_docs()
- Search with keywordsask_docs()
- AI answers from docsindex_docs()
- Index documentsanalyze_docs()
- Analyze for tasks
Documentation
See docs/
directory for:
License
MIT
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Enables AI-powered querying and management of documentation through markdown file serving, keyword search, and OpenAI-based Q&A capabilities. Supports document indexing, analysis, and agent handoffs with rate limiting protection.
Related MCP Servers
- -securityFlicense-qualityEnables AI assistants to enhance their responses with relevant documentation through a semantic vector search, offering tools for managing and processing documentation efficiently.Last updated -2142
- -securityAlicense-qualityProvides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.Last updated -21MIT License
- -securityFlicense-qualityAn Agent Framework Documentation server that enables AI agents to efficiently retrieve information from documentation databases using hybrid semantic and keyword search for seamless agent integration.Last updated -
- -securityAlicense-qualityProvides advanced document search and processing capabilities through vector stores, including PDF processing, semantic search, web search integration, and file operations. Enables users to create searchable document collections and retrieve relevant information using natural language queries.Last updated -MIT License