context-mcp: ContextMCP is a self-hosted server designed to create a searchable knowledge base from your documentation across various sources. It indexes content, generates embeddings, stores them in a vector database, and serves them via the Model Context Protocol and REST API for AI assistants.; FastMCP: FastMCP is a Python framework that simplifies the creation of applications adhering to the Model Context Protocol (MCP), enabling AI agents to connect seamlessly with tools and data. It streamlines complex protocol implementation, focusing on delivering the right information to agents at the right time.
Building a private, AI-queryable knowledge base for internal documentation
Developing robust and standardized MCP servers for AI agent integration.