-
securityF
license-
qualityA server that allows AI assistants to access and retrieve Linear ticket data through the Model Context Protocol (MCP) standard, currently focused on fetching a user's todo tickets.
Last updated -
826
TypeScript
用于与 Tally API 交互的模型上下文协议 (MCP) 服务器。该服务器允许 AI 代理获取有关 DAO 的信息,包括其治理数据、提案和元数据。
.env
文件:⚠️安全注意事项:确保您的 API 密钥安全:
.env
文件将以下内容添加到您的 Claude Desktop 配置中:
bun run clean
- 清理构建目录bun run build
构建项目bun run start
运行构建的服务器bun run dev
- 以开发模式运行并自动重新加载bun test
- 运行测试bun test --watch
- 以监视模式运行测试bun test --coverage
- 运行覆盖测试服务器公开以下 MCP 功能:
列出按指定条件排序的 DAO。
参数:
limit
(可选):返回的 DAO 的最大数量(默认值:20,最大值:50)afterCursor
(可选):分页光标sortBy
(可选):如何对 DAO 进行排序(默认值:popular)麻省理工学院
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
允许 AI 代理与 Tally API 交互以使用模型上下文协议 (MCP) 访问 DAO 治理数据、提案和元数据的服务器,该协议由 TypeScript 和 GraphQL 构建。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/crazyrabbitLTC/mpc-tally-api-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server