Server URL
Point your MCP client at the Hyper server to get started:For local development, use
http://localhost:8000/mcp instead. Authentication works the same way in both environments.Adding Hyper to Your AI Client
Add the Hyper MCP server through your client’s settings. Most clients accept a server URL directly — paste inhttps://hyperlink.gethyper.space/mcp and follow the OAuth prompt to complete setup.
- Claude Desktop
- Cursor
- Windsurf
Open Settings → Integrations → MCP Servers and add a new server with the URL
https://hyperlink.gethyper.space/mcp. Claude will walk you through the Google sign-in flow on first connect.Available Tools
Hyper exposes six tools over MCP. Each tool is purpose-built for a specific interaction with team memory — reading, writing, correcting, or toggling visibility.connect
Start every session by resolving your identity and loading your workspace briefing.
ask
Query your team’s collective knowledge with a plain-English question.
remember
Persist a decision, observation, or event to shared memory in one sentence.
correct
Fix wrong information in Hyper and propagate the correction everywhere it appears.
ask with history
See current state plus the full change history for any topic or decision.
mute
Pause memory writes for private sessions without losing read access.
Lifecycle Hooks
Hyper’s real power comes from lifecycle hooks — automatic tool calls that fire at key moments in a conversation so you never have to think about memory management manually.Next Steps
Authentication
Understand how OAuth tokens work, where they’re stored, and how to join additional workspaces.
connect
Learn how the connect tool bootstraps every session with your identity and briefing.