Account > Management API > Create API key
and create an API key.
<UPSTASH_EMAIL>
and <UPSTASH_API_KEY>
.mcp.json
Cursor Settings > Features > MCP
and click + Add new global MCP server
. This will open the mcp.json
file.
Settings > Developer
and click Edit Config
. This will open the claude_desktop_config.json
file. Refer to the MCP documentation for more details..vscode/mcp.json
file in your workspace directory. For Copilot, first update the mcp.json
file as described in the next step on this page, then follow the Copilot documentation (starting from step 2) to configure MCP servers in VS Code Chat.stdio
and sse
.
stdio
server for the client and communicates with the SSE server in the background.stdio
. It is designed for server deployments and will eventually be followed by an HTTP-based transport mode. However, since clients currently do not support direct connections to SSE servers, we use a proxy to bridge the gap.
The proxy, powered by supergateway
, acts as a stdio
server locally while communicating with the SSE server in the background. This allows you to use the SSE server seamlessly with your client.
Add the following configuration to your mcp.json
file: