Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions features/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ You paste the URL. Fluso handles the sign-in. From the next message on, every ch

If a service is already in [Connectors](/features/connectors), use that. It's vetted, the scopes are tuned, and you skip a step. MCP is for everything else.

<Note>
Looking to connect to third party? Use this redirect URL: https://api.fluso.ai/v1/mcp-oauth/callback
</Note>

## How it works

When you connect a server, Fluso checks what kind of sign-in it uses, asks you for exactly that, and stores the result encrypted on the backend. Sign-in happens in a popup on the server's own login page, like Gmail or Slack. After that, the runtime fetches a fresh token from the backend whenever a tool needs one.
Expand Down
Loading