Skip to main content
Glama
eemelidevii

DM Faster MCP Server

by eemelidevii

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 dmfaster command-line client;

  • the dmfaster-mcp stdio 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.0

Browser 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_briefing

  • campaigns_list

  • campaign_inspect

  • sending_inspect

  • replies_list

  • pipeline_inspect

  • company_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=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 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.

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

Maintenance

Maintainers
Response time
Release cycle
Releases (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.
    Last updated
    27
    MIT
  • A
    license
    B
    quality
    B
    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.
    Last updated
    16
    2,283
    58
    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.
    Last updated
    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.
    Last updated
    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/eemelidevii/dmfaster-agents'

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