Skip to main content
Glama
dovetail

Dovetail MCP Server

Official
by dovetail

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 to continue

Option 2: Setup from Source

  1. Clone the repository:

    git clone https://github.com/dovetail/dovetail-mcp.git
    cd dovetail-mcp
  2. Install dependencies:

    yarn install
  3. Build the project:

    yarn build
  4. Locate and copy the dist/index.js filepath (this will copy the path to your clipboard for the configuration step):

    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": ["<path-to-your-index-js-file>"],
      "env": {
        "DOVETAIL_API_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}

License

MIT

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
4wRelease cycle
3Releases (12mo)

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dovetail/dovetail-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server