dynamic-mcp-server
A web application for creating project-specific knowledge bases accessible to Large Language Models (LLMs) via the Model Context Protocol (MCP) standard.
The Dynamic Knowledge Base Platform is designed to facilitate the creation and management of project-specific knowledge bases that can be accessed by Large Language Models (LLMs) through the Model Context Protocol (MCP) standard. Users can upload documents in various formats, which are then processed and structured to form a comprehensive knowledge base. The platform hosts a custom MCP server, enabling LLMs to access this information as context, thereby enhancing the accuracy and relevance of their responses. Key features include document processing, dynamic context updates, MCP server compliance, robust security measures, and a responsive user interface. The platform is built using a technology stack that includes Go for the backend, React with TypeScript for the frontend, and PostgreSQL with the pgvector extension for the database. Authentication is managed through JWT tokens and API keys, ensuring secure access to the knowledge base.
Features
- {'name': 'Document Processing', 'description': 'Upload and process documents in various formats (PDFs, Word docs, text, code, etc.)'}
- {'name': 'Dynamic Context', 'description': 'Continuously update knowledge bases with new or modified documents'}
- {'name': 'MCP Server', 'description': 'Compliant with the Model Context Protocol standard for LLM access'}
- {'name': 'Security', 'description': 'Strong authentication, authorization, and data protection'}
- {'name': 'Responsive UI', 'description': 'Intuitive interface that works on both desktop and mobile devices'}
Usage with Different Platforms
mcp
ws://your-server-address/ws?api_key=YOUR_API_KEY
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
basic-memory
by basicmachines-co
Basic Memory is a tool that allows users to build a persistent knowledge base through natural conversations with LLMs, storing information in Markdown files.