Connect your AI clients to your MCP server portal: Endowus-MCP
You are not connected to the MCP portal. Follow below instructions to sign in.
Open your Claude app, and navigate to the Settings > Developer section.
Click on Edit Config. Copy and paste the following configuration.
{
"mcpServers": {
"cloudflare-mcp": {
"command": "npx",
"args": ["-y", "@cloudflare/mcp-server-cloudflare"],
"env": {
"CLOUDFLARE_API_TOKEN": "your-api-token-here",
"MCP_ENDPOINT": "https://endow.us/mcp"
}
}
}
}
'/Users/[username]/.nvm/versions/node/v22.13.1/bin/npx'.
You may need to add the in-use Cloudflare root certificate to your configuration if you run Claude Desktop inside a protected network or through Cloudflare WARP network tunnels.
Open up below URL in your browser.
In the playground's lefthand panel, find the MCP server section and copy the URL below into the input field.
Create or edit opencode.jsonc in your project root or ~/.config/opencode/config.jsonc for global settings
Add the Cloudflare MCP server under the mcp key:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"endowus-mcp": {
"type": "remote",
"url": "https://endow.us/mcp",
"oauth": {}
}
}
}
You will need to restart OpenCode for the new MCP server to load.
Go to ~/.codeium/windsurf/mcp_config.json
Copy and paste the following configuration.
{
"mcpServers": {
"endowus-mcp": {
"serverUrl": "https://endow.us/mcp"
}
}
}
To use any other MCP-enabled client, use the following HTTP endpoint.