← Back to Plugins
MCP Server MCP

io.github.TrackingTime/mcp-server

github By github 👁 1 views ▲ 0 votes

TrackingTime MCP server for profile, events, users, projects, tasks, customers, and services.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.trackingtime.co/mcp",
      "headers": [
        {
          "description": "TrackingTime APP Password",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    },
    {
      "type": "sse",
      "url": "https://mcp.trackingtime.co/sse",
      "headers": [
        {
          "description": "TrackingTime APP Password",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http sse

Comments

Sign in to leave a comment

Loading comments...