Brain Server - MCP Knowledge Embedding Service
@patrickdeluca
About Brain Server - MCP Knowledge Embedding Service
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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`.
Basic information
More Memory & Knowledge MCP servers
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
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.
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
📓 GistPad MCP
lostintangent📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists
Comments