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.| Tool | What it does |
|---|---|
connect | Resolves your identity, loads your workspace briefing, and bootstraps every session |
ask | Queries team memory with a natural-language question and returns a synthesized answer |
remember | Saves a decision, observation, or status change to shared team memory |
correct | Records a human correction and propagates it across all affected memory documents |
ask-with-history | Returns both the current state of a topic and its full evolution over time |
mute | Toggles incognito mode, pausing all memory writes without affecting reads |
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.| Hook | When it fires | What it calls |
|---|---|---|
| SessionStart | At the beginning of every new conversation | connect — loads your identity and workspace briefing |
| UserPromptSubmit | Each time you send a message | ask with your message — surfaces relevant team context before the model responds |
| Stop | When the conversation ends or is paused | remember or an observation — captures what happened for future sessions |
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.