mcp-server-vector-search
Combines Neo4j graph database with vector search using OpenAI embeddings for intelligent semantic search across knowledge graphs.
README
🔍 MCP Server - Vector Search
A blazing-fast Model Context Protocol (MCP) Server built with FastMCP that seamlessly combines Neo4j's graph database capabilities with advanced vector search using embeddings. This server enables intelligent semantic search across your knowledge graph, allowing you to discover contextually relevant information through natural language queries with lightning speed.
🏗️ Architecture
┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐
│ MCP Client │◄──►│ Vector Search │◄──►│ Neo4j │
│ (Claude AI) │ │ Server │ │ Database │
└─────────────────┘ └──────────────────┘ └─────────────────┘
│
▼
┌──────────────────┐
│ Embeddings │
└──────────────────┘
🚀 Quick Start
Prerequisites
- Python 3.8+
- uv
- Neo4j Database (v5.0+) with APOC plugin
- OpenAI API Key
Installation with uv
-
Install uv (if not already installed)
# On macOS and Linux curl -LsSf https://astral.sh/uv/install.sh | sh # On Windows powershell -c "irm https://astral.sh/uv/install.ps1 | iex" -
Clone and setup the project
git clone https://github.com/omarguzmanm/mcp-server-vector-search.git cd mcp-server-vector-search # Create virtual environment and install dependencies uv venv uv pip install fastmcp neo4j openai python-dotenv sentence-transformers pydantic -
Environment Configuration
# Create .env file cp .env.example .envEdit
.envwith your configurations:NEO4J_URI=bolt://localhost:7687 NEO4J_USERNAME=neo4j NEO4J_PASSWORD=your_neo4j_password NEO4J_DATABASE=neo4j OPENAI_API_KEY=your_openai_api_key -
Launch the Server
# Activate virtual environment source .venv/bin/activate # On Linux/macOS # or .venv\Scripts\activate # On Windows # Start the FastMCP server in development mode mcp dev server.py
🛠️ Tool
The server exposes a single, powerful tool optimized for vector search:
🔍 Vector Search
vector_search_neo4j(
prompt="Find documents about machine learning and neural networks"
)
What it does:
- Converts your natural language query into a 1536-dimensional vector using OpenAI
- Searches your Neo4j vector index for the most semantically similar nodes
- Returns ranked results with similarity scores
⚙️ Configuration
Environment Variables
| Variable | Description | Required | Default |
|---|---|---|---|
NEO4J_URI |
Neo4j connection URI | ✅ | bolt://localhost:7687 |
NEO4J_USERNAME |
Neo4j username | ✅ | neo4j |
NEO4J_PASSWORD |
Neo4j password | ✅ | password |
NEO4J_DATABASE |
Neo4j database name | ✅ | neo4j |
OPENAI_API_KEY |
OpenAI API key | ✅ | text-embedding-small |
Neo4j Requirements
- APOC Plugin: Essential for advanced graph operations
- Vector Index: Must support 1536 dimensions for OpenAI embeddings
- Node Structure: Nodes should have
embeddingproperties as vectors
Performance Optimization
- uv Benefits: 10-100x faster dependency resolution compared to pip
- FastMCP Advantages: Minimal overhead, optimized for MCP protocol
- Connection Pooling: Automatic Neo4j connection management
- Async Operations: Non-blocking I/O for maximum throughput
🤝 Integration with Claude Desktop
MCP Configuration
Add to your Claude Desktop MCP settings:
{
"mcpServers": {
"mcp-neo4j-vector-search": {
"command": "python",
"args": [
"you\\server.py",
"--with",
"mcp[cli]",
"--with",
"neo4j",
"--with",
"pydantic"
],
"env": {
"NEO4J_URI": "bolt://localhost:7687",
"NEO4J_USERNAME": "neo4j",
"NEO4J_PASSWORD": "your_password",
"NEO4J_DATABASE": "neo4j",
"OPENAI_API_KEY": "your_api_key"
}
}
}
}
🐛 Troubleshooting
Common Issues
-
"Module not found" errors
# Reinstall dependencies with uv uv pip install --force-reinstall fastmcp neo4j openai -
"Vector index not found"
// Check existing indexes SHOW INDEXES // Create if missing CREATE VECTOR INDEX descriptionIndex FOR (n:Label) ON (n.embedding) OPTIONS {indexConfig: {`vector.dimensions`: 1536, `vector.similarity_function`: 'cosine'}} -
OpenAI API errors
# Verify API key uv run python -c " import os from openai import OpenAI client = OpenAI(api_key=os.getenv('OPENAI_API_KEY')) print('API key is valid!' if client.api_key else 'API key missing!') "
🤝 Contributing
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature - Install development dependencies:
uv pip install -e ".[dev]" - Make your changes and add tests
- Commit:
git commit -m 'Add amazing feature' - Push:
git push origin feature/amazing-feature - Open a Pull Request
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🙏 Acknowledgments
- FastMCP - For the incredible MCP framework
- uv - For blazing-fast Python package management
- Neo4j - For powerful graph database capabilities
- OpenAI - For state-of-the-art embedding models
- Model Context Protocol - For the protocol specification
<div align="center"> <p>🚀 Made with ❤️ for the AI and Graph Database community</p> <p> <a href="#-mcp-server---vector-search">⬆️ Back to Top</a> </p> </div>
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。