Brain Server - MCP Knowledge Embedding Service
@patrickdeluca
关于 Brain Server - MCP Knowledge Embedding Service
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Brain Server - MCP Knowledge Embedding Service?
Brain Server - MCP Knowledge Embedding Service is an MCP (Model Context Protocol) server for managing knowledge embeddings and vector search. It integrates with AI applications via the Model Context Protocol and organizes knowledge into domain-specific brains.
How to use Brain Server - MCP Knowledge Embedding Service?
Clone the repository, install dependencies (npm install), copy .env.example to .env and configure PORT, MONGODB_URI, EMBEDDING_MODEL, and MAX_CHUNK_SIZE. Build with npm run build, then run in development mode (npm run dev) or production mode (npm start). Use the exposed MCP tools such as addKnowledge, searchSimilar, updateKnowledge, deleteKnowledge, batchAddKnowledge, and getEmbedding.
Key features of Brain Server - MCP Knowledge Embedding Service
- Generate high-quality vector embeddings for knowledge content
- Perform semantic search based on meaning, not keywords
- Organize knowledge into domain-specific brains
- Retrieve surrounding context for better understanding
- Track progress of long-running operations in real time
- Full compliance with the Model Context Protocol
Use cases of Brain Server - MCP Knowledge Embedding Service
- Store and manage knowledge embeddings for AI assistant context
- Search large knowledge bases by semantic similarity
- Batch add multiple knowledge entries for bulk ingestion
- Organize knowledge into separate brains for different domains
- Monitor embedding and ingestion progress during processing
FAQ from Brain Server - MCP Knowledge Embedding Service
What is the default embedding model?
The default embedding model is Xenova/all-MiniLM-L6-v2, configured via the EMBEDDING_MODEL environment variable.
What database does the server require?
The server requires MongoDB, configured through the MONGODB_URI environment variable.
How do I configure the server?
Copy .env.example to .env and set PORT, MONGODB_URI, EMBEDDING_MODEL, and MAX_CHUNK_SIZE as needed.
How do I run the server in development mode?
Run npm run dev for development mode with hot reloading.
What MCP tools does the server expose?
The server exposes addKnowledge, searchSimilar, updateKnowledge, deleteKnowledge, batchAddKnowledge, and getEmbedding.
记忆与知识 分类下的更多 MCP 服务器
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
Jupyter Notebook MCP Server (for Cursor)
jbenoModel Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
Notion MCP Server
makenotionOfficial Notion MCP Server
评论