KEEP, WHERE YOU ALREADY WORK

Open your agent.
The project is already there.

Connect once, approve access, and bring your Keep workspace into the conversation. Ask for the plan. Pick up the work. Save what comes out of it.

01 / CONNECT YOUR WORKSPACE

Start with the connection.

The Keep MCP connector gives your agent access to the records you’re allowed to use. Sign in and approve the connection when prompted.

  1. Make sure you have a Keep workspace.
  2. Add Keep in your agent client using the endpoint shown here.
  3. Complete sign-in and consent, then ask your agent to list your projects.

Claude Code

claude mcp add --transport http --scope user keep https://mcp.hykeep.app/mcp

Other compatible MCP clients

https://mcp.hykeep.app/mcp

Use a remote HTTP MCP connection. Keep uses OAuth; you don’t paste a workspace API key.

Cursor

Add Keep to your MCP configuration, then follow the authentication prompt.

{
  "mcpServers": {
    "keep": {
      "url": "https://mcp.hykeep.app/mcp"
    }
  }
}

VS Code

Add this to your workspace’s .vscode/mcp.json and approve the connection.

{
  "servers": {
    "keep": {
      "type": "http",
      "url": "https://mcp.hykeep.app/mcp"
    }
  }
}

Codex

Add the remote server, then authenticate to your Keep workspace.

codex mcp add keep --url https://mcp.hykeep.app/mcp
codex mcp login keep

Gemini CLI

Bring Gemini into the same project through its remote MCP connection.

gemini mcp add --transport http keep https://mcp.hykeep.app/mcp

In Gemini CLI, use /mcp auth keep to complete sign-in.

This setup is for Gemini CLI. Gemini CLI connection guide

MORE PLACES TO WORK

Bring the tools you like.

Keep connects through remote HTTP MCP with OAuth. These clients document that connection pattern. Availability can depend on your client version and your team’s settings.

Google Antigravity

Add Keep in your MCP configuration with a serverUrl, then use the client’s authentication action to sign in.

{
  "mcpServers": {
    "keep": {
      "serverUrl": "https://mcp.hykeep.app/mcp"
    }
  }
}
Antigravity MCP guide

Devin Desktop / Windsurf

For Cascade, add a remote server in MCP settings using serverUrl, then complete OAuth. The Devin Local agent uses its own configuration.

{
  "mcpServers": {
    "keep": {
      "serverUrl": "https://mcp.hykeep.app/mcp"
    }
  }
}
Desktop MCP guide

Zed

In Settings → AI → MCP Servers, add a remote server with Keep’s URL. Zed prompts you to authenticate.

{
  "context_servers": {
    "keep": {
      "url": "https://mcp.hykeep.app/mcp"
    }
  }
}
Zed MCP guide

Using another client? Look for remote HTTP MCP and OAuth support, then add https://mcp.hykeep.app/mcp. A client that only runs local MCP servers needs a compatible bridge. These examples follow vendor documentation; individual Keep sign-in flows have not all been tested end to end.

BEYOND CODING

Claude

Use a custom remote connector to bring Keep into everyday conversations. Ask for the project plan, capture a meeting outcome, or save the document you just drafted.

Add https://mcp.hykeep.app/mcp as a custom connector, then sign in to Keep.

Claude’s connector guide

ChatGPT

Use Keep as a custom MCP app where your ChatGPT plan and workspace settings support it. Add the same Keep endpoint and authorize your workspace.

Availability and administrator approval depend on your ChatGPT workspace. The official guide covers the current setup.

ChatGPT’s custom app guide
02 / ADD THE KEEP PLUGIN

The connection gives access.
The plugin gives direction.

The Keep plugin teaches Claude Code how to work with the project: plan before executing, preserve requirement history, use the right record kind, close cycles clearly and leave clear summaries and next steps. Its local time meter tracks active work sessions with checkpoints and pauses, recording time against the person doing the work.

  • Planning and requirements
  • Record kinds, cycles and releases
  • Ways of working and time tracking
  • Review and delivery conventions

From a Keep source checkout

claude --plugin-dir ./plugins/keep

Run from the root of a checkout containing the Keep plugin. Keep the MCP connection configured too—the plugin adds workflow guidance for the connected project.

The plugin is currently distributed from the Keep source checkout. Public marketplace installation is not available yet. Contact us for plugin access and setup.

“Pick up the export task.”
And keep the team in the loop.

A connected agent can read the requirement, work on its task, and leave a summary and the next step in Keep.

YOUR AGENT / CLAUDE CODE

Pick up the CSV export task.

Opened CPL-12Requirement and acceptance understood
Working on CPL-13Building the complete export
Checkpoint recordedHeaders now match the report
Work session savedSummary, commit and time attached
CPL-13In review

Build the complete CSV export

Work summary

Added the missing columns. Checked the CSV headers against the report.

a42e8f1Complete report export
Illustrative handoff · shared with the team
An agent handoff recorded on a task
PRIVATE BETA · BY INVITATION

Bring a real project.

Bring your team and your AI agents into one shared workspace. Sign in to your workspace or request access.