π Go-Tapd-SDK
@go-tapd
About π Go-Tapd-SDK
The Go Tapd SDK is a Go client library for accessing the Tapd API
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is π Go-Tapd-SDK?
π Go-Tapd-SDK is a Go client library for accessing the Tapd API. It provides programmatic access to Tapd resources (e.g., labels, stories) and supports webhook event handling. The library is currently a non-stable version and is not recommended for production use.
How to use π Go-Tapd-SDK?
Install with go get github.com/go-tapd/tapd. Create a client using either Basic Authentication (client ID + secret) or a Personal Access Token (PAT), then call service methods like LabelService.GetLabels or StoryService.GetStories. A webhook server can be built using the included webhook package to handle Tapd event dispatches.
Key features of π Go-Tapd-SDK
- Go client library for the Tapd API
- Supports Basic Authentication and Personal Access Token (PAT)
- Provides service methods for labels, stories, and more
- Includes a webhook server for handling Tapd events
- Requires Go version 1.25 or later
- MIT licensed
Use cases of π Go-Tapd-SDK
- Retrieve labels from a Tapd workspace
- Fetch stories from a Tapd workspace
- Build a webhook server to listen to Tapd story update events
- Automate Tapd data operations within Go applications
FAQ from π Go-Tapd-SDK
How does π Go-Tapd-SDK differ from the Tapd CLI tool?
The README mentions a sibling CLI project (go-tapd/cli) built on this SDK. The SDK is a Go library for integrating Tapd API into your own programs, while the CLI is a terminal tool for quick local operations and scripting.
What authentication methods does π Go-Tapd-SDK support?
The README shows two methods: Basic Authentication using a client ID and secret, and Personal Access Token (PAT) authentication using an access token.
Is π Go-Tapd-SDK stable for production use?
No. The README warns that the current version is non-stable and not recommended for production use.
What Go version is required?
The badge in the README indicates that supported Go versions are >=1.25.
Where can I report issues with π Go-Tapd-SDK?
The README invites users to submit issues on the GitHub repository: https://github.com/go-tapd/tapd/issues/new.
More Developer Tools MCP servers
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw β programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
MCP server to deploy code to Google Cloud Run
GoogleCloudPlatformMCP server to deploy apps to Cloud Run
Comments