MCP Server for AI Agents
Connect Claude, Cursor, Windsurf, or any MCP client to Sprigr in one config block. Your agent gets 16 tools for search, storage, and index management.
Install
npx -y @sprigr/mcp-server Configuration
Add to your MCP client config (Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"sprigr": {
"command": "npx",
"args": ["-y", "@sprigr/mcp-server"],
"env": {
"SPRIGR_API_KEY": "your-api-key"
}
}
}
} Environment variables
SPRIGR_API_KEY - Required. Your API key from signup.
SPRIGR_API_BASE - Optional. Defaults to https://search.sprigr.com Available tools (16)
signuplist_indexescreate_indexupdate_settingsimport_objectssearchmulti_searchget_objectexport_objectsget_statsdelete_objectsdelete_indexclear_indexset_aliasdelete_aliaslist_aliases How it works
The MCP server runs locally on your machine via npx. Searches execute locally in the browser (~5ms) against a binary index that auto-downloads from the server. Writes go to the cloud API and the local index refreshes automatically on the next search. No server to host, no ports to open.