Add the MCP Server
Open Cursor Settings
Launch Cursor and navigate to Settings (gear icon, or
Cmd+, on macOS / Ctrl+, on Windows and Linux).Go to Features → MCP Servers
In the left sidebar, click Features, then scroll to the MCP Servers section.
Add a new server
Click Add new MCP server and fill in the following fields:
Click Save to apply the configuration.
| Field | Value |
|---|---|
| Name | hyper |
| URL | https://hyperlink.gethyper.space/mcp |
Cursor stores MCP server configurations in its internal settings database, so there’s no JSON file to edit manually. The UI in Features → MCP Servers is the canonical way to manage servers.
Verify the Connection
Once the server is saved, confirm Hyper is live before you rely on it in a real project.How Hyper Enhances Cursor’s AI
With Hyper connected, Cursor’s AI gains capabilities it doesn’t have out of the box:Persistent Context
Memories from past sessions are available in every new chat — no more re-explaining your stack or conventions.
Team Knowledge
Shared workspaces mean your teammates’ discoveries and decisions are part of Cursor’s context too.
Project Identity
Hyper knows which project you’re in and loads the right workspace automatically when you connect.
Selective Memory
Use Incognito Mode to pause memory writes whenever you’re working on something sensitive.
Troubleshooting
| Symptom | Fix |
|---|---|
| MCP server shows as offline | Confirm the URL https://hyperlink.gethyper.space/mcp is reachable and re-save the server entry |
| OAuth window doesn’t open | Check your system’s default browser and ensure popups aren’t blocked |
connect tool not found | Remove and re-add the MCP server entry; restart Cursor |
| Memories seem stale or missing | Ask Cursor to call connect explicitly to force a fresh context load |
Local Development
If you’re running a local Hyper instance for development or testing, use the local URL instead:| Field | Value |
|---|---|
| Name | hyper-local |
| URL | http://localhost:8000/mcp |