Overview
Features
Nerve MCP server core
Implements an MCP server for the Nerve API to enable search and actions across data in connected SaaS apps.
Configurable via mcp.json
Register the MCP under mcpServers with command, arguments, and environment, enabling easy client-side configuration.
API key and environment authentication
Uses NERVE_API_KEY to authorize requests and NERVE_ENVIRONMENT (e.g., prod) to select the deployment environment.
Search-driven API flow
Supports natural-language instructions that trigger a /search call to retrieve relevant data.
Third-party SaaS integrations
Allows enabling integrations with various SaaS tools via Nerve's integrations page.
Development and run workflow
Run locally with uv run nerve-mcp and supply your API key to initialize the server.




