1 MCP Server
Find, configure, and run MCP servers in one click.
Get Started
For Cursor: Add the following code to .cursor/mcp.json in your cursor project directory.
{
"mcpServers": {
"mcp-server-discovery": {
"url": "https://mcp.1mcpserver.com/mcp/",
"headers": {
"Accept": "text/event-stream",
"Cache-Control": "no-cache",
}
}
}
}