-
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에 대한 정보(거버넌스 데이터, 제안, 메타데이터 포함)를 가져올 수 있습니다.
지엑스피1
.env
파일을 만듭니다.⚠️ 보안 참고 사항 : API 키를 안전하게 보관하세요.
.env
파일을 커밋하지 마세요Claude Desktop 구성에 다음을 추가하세요.
bun run clean
- 빌드 디렉토리 정리bun run build
- 프로젝트 빌드bun run start
- 빌드된 서버를 실행합니다.bun run dev
- 자동 재로드를 통해 개발 모드로 실행bun test
- 테스트 실행bun test --watch
- watch 모드에서 테스트 실행bun test --coverage
- 커버리지를 포함한 테스트 실행서버는 다음과 같은 MCP 기능을 제공합니다.
지정된 기준에 따라 정렬된 DAO를 나열합니다.
매개변수:
limit
(선택 사항): 반환할 DAO의 최대 수(기본값: 20, 최대값: 50)afterCursor
(선택 사항): 페이지 매김을 위한 커서sortBy
(선택 사항): DAO를 정렬하는 방법(기본값: 인기)MIT
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
TypeScript와 GraphQL로 구축된 Model Context Protocol(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