15 Tools Available

MCP Tools Reference

Connect Claude Desktop and other AI assistants to HyperSpark Memory using the Model Context Protocol (MCP). Give your AI persistent memory across conversations.

What is MCP?

The Model Context Protocol (MCP) is an open standard that enables AI assistants to connect with external data sources and tools. It allows Claude and other AI models to access real-time data, execute actions, and maintain context across sessions.

HyperSpark Memory implements an MCP server that provides 15 tools for memory management, task tracking, and decision intelligence. Once connected, your AI assistant can store memories, search past conversations, track tasks, and learn from past decisions.

Persistent memory across sessions
7-day OAuth token cache
Secure authentication

Claude Desktop Setup

1

Open Connectors Settings

Open Claude Desktop, go to Settings (gear icon), click Connectors, then Add Custom Connector.

2

Add HyperSpark Memory

Enter any name (e.g., "Memory") and paste this URL:

https://memory.hypersparkai.com//api/mcp/mcp
3

Connect & Authenticate

Click Connect. A browser window opens for authentication. Sign in with your HyperSpark account, then return to Claude Desktop.

Authentication Flow
First-time connection and token management

First Connection

  1. 1Start a conversation in Claude Desktop
  2. 2Use any memory tool (e.g., ask Claude to recall something)
  3. 3Browser opens for OAuth authentication
  4. 4Sign in with your HyperSpark account
  5. 5Return to Claude - tools now work!

Token Management

Token Expiry

Access tokens are valid for 7 days. After expiry, you'll be prompted to re-authenticate automatically.

Force Re-authentication

Clear cached tokens if you need to switch accounts:

rm -rf ~/.mcp-auth/mcp-remote-*/*_tokens.json
Quick Start: First Conversation
After connecting, try these prompts to test your setup
GET CONTEXT

"What do you know about me?"

STORE MEMORY

"Remember that I prefer dark mode and vim keybindings"

RECALL

"What projects have I mentioned before?"

CREATE TASK

"Add a task to review the quarterly report by Friday"