Open
Conversation
Remote server for TimeTackle — calendars, events, automations, and analytics. OAuth with Bearer token; streamable-http transport. Co-authored-by: Cursor <cursoragent@cursor.com>
Created a README for documentation, added server configuration in YAML format, and initialized an empty tools JSON file. This setup supports calendars, events, automations, and analytics with OAuth authentication.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
name: Tackle(timetackle.com) MCP server
about: Requests for adding a new MCP server to the Docker Catalog
title: "Add Tackle MCP server (remote, streamable-http)"
labels: submission
MCP Server Information
Server Name: Tackle (timetackle.com)
Repository URL: Private repo
Brief Description: Remote MCP server for Tackle — calendars, events, automations, and analytics. Single HTTP endpoint (streamable-http transport). OAuth with Bearer token; supports token via Authorization header, query (
access_token/token), or headers (X-Access-Token/X-Bearer-Token). Tools: get_account, get_imported_calendars, get_all_calendars, get_events, get_properties, add_property_to_event, add_property_to_events, get_automations, create_automation. Documentation: https://timetackle.gitbook.io/tackle/mcp-server/overviewEndpoint:
https://mcp.timetackle.com/mcp(POST, JSON-RPC)Transport: streamable-http
Authentication: OAuth (Bearer token). Users run
docker mcp oauth authorize timetackleto sign in.Basic Requirements
Submitter Checklist
task catalog -- tacklethendocker mcp catalog import $PWD/catalogs/tackle/catalog.yamlafter thatdocker mcp oauth authorize tackleanddocker mcp gateway runtask build -- --tools; tools are discovered dynamically)Files in this PR (under
servers/tackle/)server.yaml— name: tackle, type: remote, transport_type: streamable-http, url: https://mcp.timetackle.com/mcp, about + OAuthtools.json—[](dynamic tool discovery)readme.md— documentation link and endpoint description