DM Faster MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DM Faster MCP ServerShow me the workspace briefing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
dmfasterCLI;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-agentsClaude Code
claude plugin marketplace add dmfaster/agents
claude plugin install dmfaster@dmfaster-agentsCursor
The Cursor plugin is packaged in this repository. After its separate Cursor Marketplace review is approved, install it from Cursor Agent with:
/add-plugin dmfasterMerging 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 --jsonThe 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.0The 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=devThe 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.
This server cannot be installed
Maintenance
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
- AlicenseAqualityFmaintenanceEnables 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.27MIT
- AlicenseBqualityAmaintenanceEnables 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.161,74260MIT
- Alicense-qualityAmaintenanceFastMCP 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.3MIT
- FlicenseDqualityDmaintenanceProvides 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
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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