If your client works better with a local MCP process, use the
profound-mcp package from Hosting a Local MCP Server.Claude Code
Using Different Installation Scopes
Using Different Installation Scopes
--scope localinstalls the server only for the current project--scope projectshares the configuration with your team in the project--scope userinstalls the server across your projects
Claude Desktop
Remote MCP servers in Claude Desktop are configured through Settings -> Connectors, not through
claude_desktop_config.json.Cursor
OpenCode
Add Profound MCP to your OpenCode config:opencode mcp auth profound.
VS Code
Windsurf
Other Tools
JSON Configuration Format
Most MCP clients accept a JSON configuration. Use the format that matches your tool:profound-mcp package if your tool prefers a local MCP server.
Troubleshooting
My Tool Does Not Support Remote MCP Servers
My Tool Does Not Support Remote MCP Servers
Some MCP clients work better with a local
stdio server. If that is the case, run the local profound-mcp package instead. See Hosting a Local MCP Server.Authentication Issues
Authentication Issues
If your client prompts for authentication and the connection fails, try restarting the client and reconnecting. If your client offers a disconnect option for MCP servers, disconnect the existing connection and try again.
FAQ
Which URL Should I Use for the Hosted Server?
Which URL Should I Use for the Hosted Server?
Use
https://mcp.tryprofound.com/mcp. That is the correct hosted Profound MCP endpoint for the remote setup documented here.What If My Tool Only Supports Local MCP Servers?
What If My Tool Only Supports Local MCP Servers?
Run the local
profound-mcp package instead. See Hosting a Local MCP Server.What Is the Difference Between the Hosted Server and the Local Package?
What Is the Difference Between the Hosted Server and the Local Package?
The hosted Profound MCP server is the recommended default and requires less setup. The local MCP server with the
profound-mcp package is better when you want to run the MCP server yourself or your client works best with a local process. Functionally, they offer the same capabilities.