Skip to content

Update remote MCP server Cline/Roo/Kilo compatible config #1036

Description

@Mekanikalistik

config guide needs updating causing people not being able to use remote server

{
"mcpServers": {
"modern-remote-server": {
"type": "streamable-http",
"url": "https://your-modern-server.com/api/mcp-endpoint",
"headers": {
"X-API-Key": "your-secure-api-key"
},
"alwaysAllow": ["newToolA", "newToolB"],
"disabled": false
}
}
}

Streamable HTTP configuration parameters:

type (required): Must be set to "streamable-http".
url (required): The full URL of the remote MCP server's single endpoint (e.g., https://your-server.com/mcp).
headers (optional): An object containing custom HTTP headers to send with requests (e.g., for authentication tokens).
alwaysAllow (optional): An array of tool names from this server to automatically approve.
disabled (optional): Set to true to disable this server configuration.

source: https://docs.roocode.com/features/mcp/using-mcp-in-roo

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions