Install
$ agentstack add mcp-dovetail-dovetail-mcp ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Dovetail MCP Server
A Model Context Protocol (MCP) server for connecting AI tools to the Dovetail API.
Prerequisites
- Node.js 22 or higher (download Node from nodejs.org)
- A Dovetail API token (see Dovetail API Documentation for details on obtaining one)
Installation
Option 1: Download Pre-built Script
- Download the latest
index.jshere - Head over to [configuration](#configuration) to continue
Option 2: Setup from Source
- Clone the repository:
``bash git clone https://github.com/dovetail/dovetail-mcp.git cd dovetail-mcp ``
- Install dependencies:
``bash yarn install ``
- Build the project:
``bash yarn build ``
- Locate and copy the
dist/index.jsfilepath (this will copy the path to your clipboard for the configuration step):
``bash realpath dist/index.js | pbcopy ``
Configuration
We recommend setting this up in an MCP client like Claude or Cursor by entering the following: >Claude: Please see the MCP website for step by step instructions
>Cursor: Navigate to Settings → Tools & Integrations → Add Custom MCP
{
"mcpServers": {
"dovetail-mcp": {
"command": "node",
"args": [""],
"env": {
"DOVETAIL_API_TOKEN": ""
}
}
}
}
License
MIT
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: dovetail
- Source: dovetail/dovetail-mcp
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.