Skip to main content
Glama

dpf-mcp-bridge

一个 stdio MCP 服务器,它镜像 DPF 的工具面,供那些无法使用 Streamable HTTP 或执行 OAuth 重定向的客户端使用——最典型的是注册表爬虫(例如 Glama), 它们需要在没有交互式登录的情况下看到 tools/list

大多数用户不需要这个。 Claude、Cursor、VS Code 及其他支持 OAuth 的 MCP 客户端应连接 到 https://api.dpf-it.com/mcp 上的真实服务器——请参阅 集成指南或本仓库中的 dpf 插件。此桥接器 专为仅支持 stdio 的客户端和目录列表而存在。

工作原理

  • initialize / tools/list 由本地根据 server.js 中声明的 schema 直接应答——无需 网络调用,也不需要凭据。这正是自动化沙箱可以检查此服务器的原因。

  • tools/call 转发到实时端点(DPF_MCP_URL,默认为 https://api.dpf-it.com/mcp),并附带 Authorization: Bearer $DPF_TOKEN。如果未设置 DPF_TOKEN,调用将返回解释性错误,而不是 静默失败。

Related MCP server: Agentled MCP Server

运行

DPF_TOKEN=<your OAuth access token> npx dpf-mcp-bridge

或使用 Docker:

docker build -t dpf-mcp-bridge .
docker run -i -e DPF_TOKEN=<your OAuth access token> dpf-mcp-bridge

通过集成指南中描述的 OAuth 流程获取令牌, 或自助生成一对 client_id/client_secretPOST /oauth/clients), 并通过标准 OAuth 令牌端点将其兑换为访问令牌。

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

Maintenance

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

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • AI-Ready Data Platform that fills the missing layer between data management and AI execution.

  • KYC, KYB, AML, wallet screening, transaction monitoring, and fraud workflows for AI agents.

  • Your AI copilot for customer onboarding — projects, KPIs, tasks, and safe writes.

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/dpf-admin/dpf-claude-plugin'

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