Skip to main content
Glama

didlogic_mcp

Didlogic MCP 服务器

Didlogic API 的模型上下文协议 (MCP) 服务器实现。该服务器允许大型语言模型 (LLM) 通过标准化接口与 Didlogic 服务进行交互。

特征

  • 通过 MCP 工具完全访问 Didlogic API
  • 常见操作的专门提示
  • 余额管理工具
  • SIP账户(sipfriends)管理
  • IP限制管理
  • 采购管理
  • 访问通话记录
  • 交易历史记录访问

安装

使用 uv(推荐)

使用uv时无需特殊安装。我们将使用uvx直接运行didlogic_mcp

使用 PIP

或者,您可以通过 pip 安装didlogic_mcp

pip install didlogic_mcp

安装后,您可以使用以下命令将其作为脚本运行:

DIDLOGIC_API_KEY=YOUR_DIDLOGIC_KEY python -m didlogic_mcp

配置

为 Claude.app 配置

添加到您的 Claude 设置:

使用 uvx
"mcpServers": { "didlogic": { "command": "uvx", "args": ["didlogic_mcp"], "env": { "DIDLOGIC_API_KEY": "YOUR_DIDLOGIC_KEY" } } }
使用 pip 安装
"mcpServers": { "didlogic": { "command": "python", "args": ["-m", "didlogic_mcp"], "env": { "DIDLOGIC_API_KEY": "YOUR_DIDLOGIC_KEY" } } }

执照

麻省理工学院

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Didlogic API 的模型上下文协议 (MCP) 服务器实现。该服务器允许大型语言模型 (LLM) 通过标准化接口与 Didlogic 服务进行交互。

  1. 特征
    1. 安装
      1. 使用 uv(推荐)
      2. 使用 PIP
    2. 配置
      1. 为 Claude.app 配置
    3. 执照

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases. Query collections, inspect schemas, and manage data seamlessly through natural language.
        Last updated -
        114
        158
        TypeScript
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol (MCP) server implementation for interacting with Phabricator API. This server allows LLMs to interact with Phabricator through a standardized interface.
        Last updated -
        5
        Python
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases, allowing them to query collections, inspect schemas, and manage data seamlessly through natural language.
        Last updated -
        114
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol (MCP) server designed to easily dump your codebase context into Large Language Models (LLMs).
        Last updated -
        1
        9
        1
        JavaScript
        Apache 2.0

      View all related MCP servers

      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/UserAd/didlogic_mcp'

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