MCP Server
MCP
LTD MCP
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
By
Comments
Sign in to leave a comment