Skip to main content
Glama
dmfaster

DM Faster MCP Server

by dmfaster

DM Faster for agents

This repository is the public source for DM Faster Agent 1.0:

  • the versioned Agent API contract;

  • secure browser authorization backed by the operating-system credential store;

  • the typed JavaScript SDK and dmfaster CLI;

  • the stateless MCP 2026-07-28 stdio server;

  • a portable MCP Apps campaign workspace built from DM Faster's product UI;

  • the shared Codex, Claude, and Cursor plugin and skill.

The shared plugin also includes portable Agent Plugins 1.0.0 root plugin.json and mcp.json files, while retaining host-specific manifests for clients that have not adopted the portable package format yet.

Agent 1.0 exposes 16 bounded domain tools. It can inspect a live workspace, resolve industries, validate complete campaign plans, preview exact audiences, prepare private lists and disabled campaign drafts idempotently, and launch or pause only after the owner approves the exact campaign version in DM Faster. It cannot send replies, book meetings, expose provider credentials, or bypass the browser extension's execution boundary.

This repository intentionally contains no DM Faster application server, database, browser extension, sending runtime, or private product source.

Install the plugin

Node.js 24 and macOS Keychain or Linux Secret Service are required. Windows is not supported in this release. Add the public GitHub marketplace, install DM Faster, and start a new session so the skill and MCP server load.

Codex

codex plugin marketplace add dmfaster/agents
codex plugin add dmfaster@dmfaster-agents

Claude Code

claude plugin marketplace add dmfaster/agents
claude plugin install dmfaster@dmfaster-agents

Cursor

The Cursor plugin is packaged in this repository. After its separate Cursor Marketplace review is approved, install it from Cursor Agent with:

/add-plugin dmfaster

Merging the manifest does not publish the universal Cursor listing.

Related MCP server: Pipedrive MCP Server

Authenticate

npx --yes @dmfaster/cli@1.0.0 auth login --json

The focused DM Faster page shows the exact workspace, expiry, scopes, and a confirmation code that must match the CLI. Credentials are stored in macOS Keychain or Linux Secret Service and are never written to plaintext config. Use --access read, plan, or draft to grant a smaller capability ceiling; the default full profile enables the complete Agent 1.0 flow.

Login permission alone never authorizes launch or pause. Those tools first return a separate approval page and confirmation code. The owner must approve the exact campaign version in DM Faster before the server issues a short-lived, single-use action authorization.

Use the CLI or MCP server directly

npx --yes @dmfaster/cli@1.0.0 workspace briefing --json
npx --yes @dmfaster/mcp-server@1.0.0

The 16 MCP domain tools cover workspace, campaign, sending, reply, pipeline, company-history, industry, validation, exact-audience preview, private draft, launch, and pause workflows. Compliant MCP Apps hosts can also render the read-only campaign_workspace presentation tool inline. Headless hosts receive the same complete state and keep every domain capability.

The MCP server is deliberately stateless: send the complete latest campaign state on each planning call. Durable product state, permissions, idempotency, and action approvals remain on DM Faster's server. Clients that have not implemented MCP 2026-07-28 must use the version-pinned CLI; Agent 1.0 does not silently downgrade to the 2025 protocol.

See dmfaster.com/docs/agents for host setup and the complete tool workflow.

Develop

npm ci
npm run check:agents
npm audit --omit=dev

The API schema in packages/public-api/openapi.yaml is the contract source of truth. Regenerate SDK types with npm run generate:agent-api.

Security boundary

The public clients reject plaintext non-loopback API origins, refuse redirects, keep credentials out of URLs and process arguments, require exact audience counts, make draft mutations idempotent, and do not accept conversational approval in place of server-issued action authorization.

Report vulnerabilities through GitHub private vulnerability reporting. Do not open a public issue containing credentials, customer information, or an unpatched exploit.

License

The source in this repository is licensed under Apache License 2.0. This license applies only to this public repository and does not cover DM Faster's private product source or trademarks.

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

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • A
    license
    A
    quality
    F
    maintenance
    Enables interaction with Instantly.ai email outreach platform through 31 tools across accounts, campaigns, leads, emails, and analytics. Supports both local and remote deployment with multi-tenant authentication.
    27
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    Enables read-only access to Pipedrive data including deals, persons, organizations, and pipelines, allowing LLMs like Claude to query and analyze CRM information through natural language.
    16
    1,742
    60
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    FastMCP server exposing the full operational surface of the Apollo.io REST API to AI assistants. Provides 27 tools for outbound sales automation including campaign health, sequence management, mailbox warmup, CRM operations, and programmatic template/sequence editing with audit logging.
    3
    MIT
  • F
    license
    D
    quality
    D
    maintenance
    Provides AI agents live access to a DMTicket workspace for managing contacts, conversations, messages, tags, broadcasts, sequences, flows, triggers, and webhooks, enabling reading, segmenting, messaging, and automating tasks.
    100

View all related MCP servers

Related MCP Connectors

  • Agent-native CRM. 25 tools — contacts, deals, sequences, enrichment waterfall, audit log.

  • Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.

  • B2B lead generation, email verification, company enrichment, and agentic GTM Ops.

View all MCP Connectors

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/dmfaster/agents'

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