← Back to Plugins
MCP Server MCP

Indicate

github By github 👁 1 views ▲ 0 votes

AI-powered intelligence for your development workflow via Indicate.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://industry.indicate-data.io/agent/semantic/mcp",
      "headers": [
        {
          "description": "Bearer token for the Indicate API",
          "isRequired": true,
          "value": "Bearer {indicate_api_key}",
          "variables": {
            "indicate_api_key": {
              "description": "Your Indicate API key",
              "isRequired": true,
              "isSecret": true
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...