Skip to main content
Glama

Eodly MCP 服务器

使用 Eodly API 密钥,从任意 MCP 客户端读取你团队有据可查的每日报告和团队花名册。

Eodly 每天傍晚向创始人和团队负责人发送一份有据可查的报告:谁交付了、谁保持沉默、谁在拖后腿。你的团队通过 Slack、Telegram、Microsoft Teams 或 Discord 签到汇报,Eodly 会将每一条陈述与 GitHub 和 Linear 中的实际工作进展进行比对核实。此服务器将这些报告暴露给 Claude、Cursor 等 MCP 客户端,因此你可以问智能体“这周谁在拖后腿?”,并让它拉取有来源的答案。

只读。它不会更改你工作区中的任何内容。

安装

托管(推荐)

一个远程 Streamable HTTP 端点,无需安装任何内容:

https://eodly.io/api/mcp

本地(stdio)

npx @eodly/mcp

Related MCP server: wealify-kpi-mcp

配置

在 Eodly 应用中,进入 设置 → 开发者 → API 密钥 创建 API 密钥,然后将该服务器添加到你的客户端。

Claude Desktopclaude_desktop_config.json):

{
  "mcpServers": {
    "eodly": {
      "command": "npx",
      "args": ["-y", "@eodly/mcp"],
      "env": { "EODLY_API_KEY": "eodly_sk_..." }
    }
  }
}

Cursor 和其他 MCP 客户端使用相同的配置格式。

工具

工具

功能

范围

whoami

识别该密钥:它属于哪个组织,以及它拥有哪些权限范围

list_reports

最近的每日报告摘要,按从近到远排列(limit,1–50,默认14)

reports:read

get_report

按 id 获取单份报告的完整结构化内容

reports:read

list_team

团队名册:姓名、角色、部门

team:read

环境变量

变量

是否必需

默认值

EODLY_API_KEY

无。一个 Eodly API 密钥(eodly_sk_...

EODLY_API_BASE

https://eodly.io/api/v1

密钥以组织为作用域,并且是只读的。您可以随时在应用中撤销某个密钥。

链接

许可证

MIT。参见 LICENSE

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

Maintenance

Maintainers
Response time
Release cycle
1Releases (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
    B
    quality
    D
    maintenance
    Read-only MCP server for the Humaans HRIS API, providing tools to query people, reporting chains, compensation, time away, and more.
    33
    MIT
  • F
    license
    A
    quality
    B
    maintenance
    Read-only MCP server for Wealify KPI dashboard that allows AI agents to query KPI data, scoring status, alerts, member performance, and rubric documents via predefined tools and REST endpoints.
    13
  • A
    license
    Not graded
    quality
    F
    maintenance
    Read-only MCP server for SQL databases (SQL Server, Postgres, SQLite) with multi-server support and three-layer safety using AST validation and linting.
    MIT

View all related MCP servers

Related MCP Connectors

  • Read-only MCP server for ClassQuill, a tutoring-business-management platform.

  • Query metrics, targets, entities, and team data in your Steep workspace via MCP.

  • MCP server for interacting with the Supabase platform

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/layergen/eodly-mcp'

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