Skip to main content
The Hyper MCP server exposes your team’s shared memory directly inside any MCP-compatible AI client — Claude, Cursor, Windsurf, and others. Once connected, your AI assistant can look up decisions your team has made, save new observations to shared memory, and keep everyone’s context in sync automatically through lifecycle hooks. You get a persistent, collaborative knowledge layer without any manual bookkeeping.

Server URL

Point your MCP client at the Hyper server to get started:
https://hyperlink.gethyper.space/mcp
For local development, use http://localhost:8000/mcp instead. Authentication works the same way in both environments.
The first time you connect, your client will prompt you to sign in with Google via OAuth 2.0. After that, a token is stored locally and all subsequent connections are seamless. See the Authentication guide for details.

Adding Hyper to Your AI Client

Add the Hyper MCP server through your client’s settings. Most clients accept a server URL directly — paste in https://hyperlink.gethyper.space/mcp and follow the OAuth prompt to complete setup.
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.
ToolWhat it does
connectResolves your identity, loads your workspace briefing, and bootstraps every session
askQueries team memory with a natural-language question and returns a synthesized answer
rememberSaves a decision, observation, or status change to shared team memory
correctRecords a human correction and propagates it across all affected memory documents
ask-with-historyReturns both the current state of a topic and its full evolution over time
muteToggles 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.
HookWhen it firesWhat it calls
SessionStartAt the beginning of every new conversationconnect — loads your identity and workspace briefing
UserPromptSubmitEach time you send a messageask with your message — surfaces relevant team context before the model responds
StopWhen the conversation ends or is pausedremember or an observation — captures what happened for future sessions
Configure these hooks once in your AI client and Hyper becomes invisible infrastructure — your assistant always has team context without you lifting a finger.

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.