Stats
Actions
Tags
From vegastack-cli
Vegastack remote MCP server (Cloudflare Workers). Mirrors `vegastack tf` over MCP for agents that prefer MCP tools over Bash. Defaults to the modern StreamableHTTP transport at /mcp; `apps/mcp/` also serves the legacy /sse endpoint for clients that still require it (notably Claude Desktop pre-Apr-2026).
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"vegastack-tf": {
"type": "http",
"url": "https://mcp.vegastack.com/mcp"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
https://mcp.vegastack.com/mcpDeclared capabilities of this MCP server
npx claudepluginhub vegastack/vegastack-cli --plugin vegastack-cli