🚀 A powerful Model Context Protocol (MCP) server powered by Gemini Embedding 2. Transforms any local directory into an ultrafast, visually-aware spatial search engine for AI agents! 🔎✨
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"gemini-embedding-2-m": {
"command": "uvx",
"args": [
"gemini-embedding-2-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add gemini-embedding-2-m uvx gemini-embedding-2-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"gemini-embedding-2-m": {
"command": "uvx",
"args": [
"gemini-embedding-2-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install gemini-embedding-2-mcp-server