MCP.so
登录

MCP Server for Squadcast

@DEEJ4Y

关于 MCP Server for Squadcast

MCP server for personal use of Squadcast

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

DEEJ4Y

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

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

概览

What is MCP Server for Squadcast?

MCP Server for Squadcast is a basic Model Context Protocol server that provides tools to interact with Squadcast, an incident management platform. It is intended for personal use only.

How to use MCP Server for Squadcast?

Clone the repository, install dependencies with npm install, rebuild TypeScript with npm rebuild typescript, then run the dev server with npm run dev. Configure your OAuth refresh token in config.json. Connect your MCP client (e.g., Claude Desktop) to the built dist/index.js file.

Key features of MCP Server for Squadcast

  • Authenticate with OAuth using a refresh token
  • List and select teams
  • Check who is on call
  • Get, acknowledge, and resolve incidents
  • Update status pages
  • Create schedules

Use cases of MCP Server for Squadcast

  • Check who is currently on call for a selected team
  • Retrieve and acknowledge triggered incidents
  • Resolve incidents and update status pages
  • Create and manage schedules
  • Automate incident response via a personal AI assistant

FAQ from MCP Server for Squadcast

What is the intended use of this server?

The server is intended for personal use only.

How do I authenticate?

Authentication uses OAuth. You must configure your refresh token in the config.json file.

What runtime is required?

Node.js version 20.19.0 is required for local development.

How do I connect this server to Claude Desktop?

Build the server (files in dist/) and point Claude Desktop to the dist/index.js file, following the MCP quickstart guide for testing with Claude.

Are there any configuration tips for the AI assistant?

Yes—the README suggests instructing the assistant to authenticate first, select a team by default, search incidents within one‑day periods, and greet the user with triggered or acknowledged incidents.

评论

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