MCP.so
登录

DoiT MCP Server

@doitintl

关于 DoiT MCP Server

DoiT official MCP Server

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

doitintl

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "doit-mcp-server": {
      "command": "node",
      "args": [
        "dist/index.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is DoiT MCP Server?

DoiT MCP Server provides access to the DoiT API, enabling LLMs like Claude to access DoiT platform data for troubleshooting and analysis.

How to use DoiT MCP Server?

Configure the server in Claude Desktop, Cursor, or AWS Q CLI using the hosted SSE URL (https://mcp.doit.com/sse) or run locally via npx with a DoiT API key. Optionally set the CUSTOMER_CONTEXT environment variable for Do’ers.

Key features of DoiT MCP Server?

  • Retrieve cloud incidents and anomalies
  • Manage Cloud Analytics reports and queries
  • Access and create budgets, alerts, and allocations
  • List and manage support tickets
  • Explore cloud diagrams and cost snapshots
  • Manage assets, invoices, and annotations
  • Trigger CloudFlows and list connections

Use cases of DoiT MCP Server?

  • Diagnose cloud incidents and anomalies via chat with an LLM
  • Analyze cloud costs and create budget alerts interactively
  • Manage support tickets and communicate with DoiT support
  • Query and update cloud resource configurations and allocations

FAQ from DoiT MCP Server

What are the prerequisites?

Node.js v18 or higher and a DoiT API key with appropriate permissions.

How do I get a DoiT API key?

You can create an API key in the API key section of your DoiT profile at the DoiT Console.

How do I connect the server to Claude Desktop?

You can use the hosted SSE URL via npx mcp-remote https://mcp.doit.com/sse or run the local server with npx -y @doitintl/doit-mcp-server@latest and set the DOIT_API_KEY environment variable.

Can I run the server locally?

Yes, by cloning the repository, installing dependencies, building, and running node dist/index.js, or by using the npx command with the local package.

What transport is used?

The server supports SSE (Server-Sent Events) via the hosted URL and stdio for local use.

评论

其他 分类下的更多 MCP 服务器