New Streamable HTTP MCP Server for AI tools.
-
The Streamable HTTP MCP URL for TRIGGERcmd is https://www.triggercmd.com/mcp
To add it to VS Code, add an entry like this to your c:\Users\(your user)\AppData\Roaming\Code\User\mcp.json file:
{ "inputs": [], "servers": { "triggercmd": { "type": "streamable-http", "url": "https://www.triggercmd.com/mcp" } } }For Antigravity, add this to your C:\Users\russe\.gemini\config\mcp_config.json
{ "mcpServers": { "triggercmd": { "serverUrl": "https://www.triggercmd.com/mcp" } } }To add it to claude code:
claude mcp add --transport http triggercmd https://www.triggercmd.com/mcpWe'll have to wait for Anthropic to approve the TRIGGERcmd as an official app before you can use it at https://claude.ai, but for now you can go here and add it as a custom connector: https://claude.ai/customize/connectors?modal=add-custom-connector

For ChatGPT go here and enable the app.
To set it up in Mistral AI, go here: https://chat.mistral.ai/connections
Then click + Add Connector and fill in this form:
It works just like the local stdio MCP server used with local AI tools like Claude desktop. Click here for an example of that.

You can also use it with Open AI's agent builder tool at https://platform.openai.com/agent-builder

-
R Russ referenced this topic on
-
R Russ referenced this topic on
-
R Russ referenced this topic on