-
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 の並べ替え方法 (デフォルト: 人気順)マサチューセッツ工科大学
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
TypeScript と GraphQL で構築されたモデル コンテキスト プロトコル (MCP) を使用して、AI エージェントが Tally API と対話して DAO ガバナンス データ、提案、メタデータにアクセスできるようにするサーバー。
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