Nerve

Nerve

Search and Act on all your company data across all your SaaS apps via Nerve

1
Stars
0
Forks
0
Releases

Overview

This MCP server implements an MCP server for the Nerve API, enabling search and action on company data stored across connected SaaS apps. It is designed to plug into the Nerve ecosystem and is configured via standard MCP settings. In installation, you add an entry under mcpServers in your client config (for example .cursor/mcp.json or claude_desktop_config.json) with the nerve key, including the command, arguments, and environment variables. Authentication is performed using NERVE_API_KEY and the NERVE_ENVIRONMENT variable (prod in the example). The server is run with uv (uv run nerve-mcp) and development can be done by supplying the API key locally. A typical usage example shows an instruction like 'What emails have I gotten with customer feedback?' which prompts the AI to plan a /search API call. The MCP server also supports enabling third‑party integrations via Nerve’s integrations page to connect to various SaaS tools. Overall, this server provides a ready-to-use, configurable bridge between natural language instructions and search actions across enterprise data sources using the Nerve API.

Details

Owner
nerve-hq
Language
Python
License
Updated
2025-12-07

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.

Tags

MCPNerve APIsearchSaaS integrationsAPI keyconfiguration