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 Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
コメント