Register a remote MCP server URL to allow obot to proxy HTTP/SSE MCPs hosted elsewhere.
207,082 tools. Last updated 2026-06-17 20:13
"Adding a remote MCP server to Claude Desktop using HTTP+SSE" matching MCP tools:
- Explains how Pathrule CLI and Desktop save tokens by automatically injecting context via hooks before AI tool calls, avoiding manual remote MCP overhead.MIT
- Get the remote console URL for a server by providing the data center ID and server ID.Apache 2.0
- Load a genome profile into the remote server using a unique code obtained from the upload command.MIT
- Retrieve ready-to-use installation configurations for MCP servers, formatted for Claude Desktop or generic hosts.MIT
- Retrieve a ready-to-paste install configuration snippet for a given MCP server and client, including the install command and config file path.MIT
Matching MCP Servers
- FlicenseBqualityDmaintenanceEnables Claude Code to send prompts to Claude Desktop using macOS automation and AppleScript. Supports conversation management and configurable response polling, though reading responses back is limited by Electron's accessibility APIs.Last updated21
- -license-qualityBmaintenanceA fake MCP server with 108 themed tools for testing Claude Desktop's handling of large toolsets and Amazon Bedrock AgentCore Gateway integration.Last updated
Matching MCP Connectors
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
Remote ChromaDB vector database MCP server with streamable HTTP transport
- Install an MCP server package, add it to your client configuration, and validate it works. Supports npm, pip, Docker, and HTTP transport servers. Performs preflight checks with dry-run option to avoid broken configs.MIT
- Find step-by-step MCP tutorials for installing, configuring, comparing, and building servers to solve setup issues with clients like Claude, Cursor, and Cline.MIT
- Connect to a remote Jupyter server to run code on remote compute, GPUs, or data while keeping notebooks saved locally.MIT
- Monitor active remote desktop sessions to check user connectivity, identify idle or disconnected sessions, and troubleshoot access issues across the Parallels RAS farm.MIT
- Import MCP server configurations from Claude app settings into MCP Conductor. Preview changes with a diff before applying, with options to remove original entries.MIT
- Discover available tools from any MCP server by specifying its command or URL. Returns tool names, descriptions, and input schemas for integration planning.MIT
- Retrieve the current strategy document from an MCP server. Returns raw markdown and an exists flag, enabling AI agents to read strategy without direct file access.Apache 2.0
- Generates an mcpServers JSON block to restore direct connectivity to MCP Conductor by pointing Claude's config back at the stdio endpoint.MIT
- Add a new MCP server to the conductor configuration and connect immediately, saving config and triggering a reload without restarting.MIT
- Upload local files to a remote server via SFTP. Transfers files from local machine to remote SSH server.MIT
- Remove an MCP server from conductor configuration and disconnect it dynamically, without restarting Claude.MIT
- Lists already installed MCP servers by scanning local config files (Claude Desktop, Cursor, Windsurf, VS Code). Optionally checks each server against the AgentAudit registry for security insights.AGPL 3.0
- Verify server operation by retrieving configuration details, HTTP endpoints, and supported environments for debugging setup.MIT
- Restarts the Claude Desktop application specifically when the MCP Autostarter fails, ensuring uninterrupted workflow and plugin reloading without closing the app.MIT