AgentStack
MCP verified MIT Self-run

Dovetail Mcp

mcp-dovetail-dovetail-mcp · by dovetail

Official Dovetail MCP Server

No reviews yet
0 installs
21 views
0.0% view→install

Install

$ agentstack add mcp-dovetail-dovetail-mcp

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Dovetail Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Dovetail MCP Server

A Model Context Protocol (MCP) server for connecting AI tools to the Dovetail API.

Prerequisites

Installation

Option 1: Download Pre-built Script

  1. Download the latest index.js here
  2. Head over to [configuration](#configuration) to continue

Option 2: Setup from Source

  1. Clone the repository:

``bash git clone https://github.com/dovetail/dovetail-mcp.git cd dovetail-mcp ``

  1. Install dependencies:

``bash yarn install ``

  1. Build the project:

``bash yarn build ``

  1. Locate and copy the dist/index.js filepath (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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.