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 contains the public, read-only agent interface for DM Faster:
the versioned Agent API contract;
secure browser authorization backed by the operating-system credential store;
the typed JavaScript SDK;
the
dmfastercommand-line client;the
dmfaster-mcpstdio MCP server;the shared Codex and Claude plugin and skill.
It intentionally contains no DM Faster application server, database, browser extension, sending runtime, private product source, or write-capable tools.
Install
Node.js 24 is required.
npx --yes @dmfaster/cli@0.1.0 auth login --json
npx --yes @dmfaster/cli@0.1.0 workspace briefing --json
npx --yes @dmfaster/mcp-server@0.1.0Browser authorization grants only the exact read scopes shown on the approval page. Credentials are stored in macOS Keychain or Linux Secret Service and are never written to a plaintext configuration file.
The MCP server exposes exactly seven read-only tools:
workspace_briefingcampaigns_listcampaign_inspectsending_inspectreplies_listpipeline_inspectcompany_timeline
See dmfaster.com/docs/agents for host setup instructions.
Related MCP server: Pipedrive MCP Server
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 redirect-following, keep credentials out of URLs and process arguments, and do not implement campaign mutations, message sending, scheduling, or other external actions.
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.
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/eemelidevii/dmfaster-agents'
If you have feedback or need assistance with the MCP directory API, please join our Discord server