← Back to Plugins
MCP Server MCP

LTD MCP

github By github 👁 1 views ▲ 0 votes

Project management MCP for AI agents with safe task reads and writes.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.eshway.com/mcp/",
      "headers": [
        {
          "description": "LTD API token as a Bearer token",
          "isRequired": true,
          "value": "Bearer {LTD_API_TOKEN}",
          "isSecret": true,
          "variables": {
            "LTD_API_TOKEN": {
              "description": "LTD API token with mcp:read or mcp:write scope",
              "isRequired": true,
              "format": "string",
              "isSecret": true
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...