← Back to Plugins
MCP Server MCP

Fulcru

github By github 👁 1 views ▲ 0 votes

Find where ChatGPT names your competitor, write the page that closes the gap, measure it.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.fulcru.app/mcp",
      "headers": [
        {
          "description": "Bearer token from the Integrations page at fulcru.app (format: `Bearer <token>`). The server also speaks OAuth 2.1 with dynamic client registration, so a client that follows the 401 challenge can authorize instead of pasting a token.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...