Install
Select a method below to install the server.
https://chat.autobound.ai/mcp/v3
If you have a client that's not listed above, access the raw MCP
configuration below. Check out
the troubleshooting documentation
for more help.
{
"command": "npx",
"args": [
"mcp-remote@0.1.25",
"https://chat.autobound.ai/mcp/v3",
"--header",
"Mcp-Autobound-Insight-Api-Api-Key-Auth:${MCP_AUTOBOUND_INSIGHT_API_API_KEY_AUTH}"
],
"env": {
"MCP_AUTOBOUND_INSIGHT_API_API_KEY_AUTH": "<your-value-here>"
}
}