Persistent agent memory with hybrid search, knowledge graphs, context checkpoints, and artifact storage.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag ā we're steadily working through the catalog.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Penfield MCP.
The penfieldlabs/penfield-mcp MCP server provides persistent memory for AI agents. It is designed to retain decisions, preferences, working context, and research findings beyond a single conversation or session. The service also represents connections between memories as a knowledge graph, allowing an agent to preserve relationships between ideas rather than storing isolated notes.
Its capabilities are organized into four groups:
The README describes 17 tools in total. Hybrid retrieval combines BM25 keyword matching, vector-based semantic search, and graph relationships. This lets an agent look for exact terms, related meaning, or connected memories depending on the task.
Use the hosted MCP endpoint at https://mcp.penfield.app from a compatible client. After signing up through the Penfield portal, connect the endpoint and complete the OAuth authentication flow when prompted. The same memory and knowledge graph can then be used from different connected clients.
A recommended session pattern begins with awaken() to load identity and personality context, followed by reflect() to orient the agent on recent work. The default reflection period is the previous seven days. Without these calls, the README notes that an agent starts without prior context for the session.
The service supports Claude, Cursor, Windsurf, Gemini CLI, and other MCP-compatible tools. The repository also documents configurations for Cline, Roo Code, and Zed. An HTTP API is available separately at api.penfield.app for custom integrations, but that is distinct from the MCP connection described here.
For Claude, add https://mcp.penfield.app as a custom connector. Claude Code can register it with an HTTP transport using the documented claude mcp add command. Cursor and other clients can use an MCP configuration that runs npx -y mcp-remote https://mcp.penfield.app/; the repository provides examples for Cursor, Windsurf, Cline, Roo Code, Zed, and Gemini CLI.
The penfieldlabs/penfield-mcp MCP server is hosted remotely, so local installation of the repository is not required by the documented setup. You need a Penfield account and OAuth authentication. The provided material does not state a pricing plan or quota.
The penfieldlabs/penfield-mcp MCP server exposes memory operations, graph relationships, context checkpoints, and artifact storage through MCP tools. It supports 11 documented memory types and 24 relationship types, with further parameter details in the repository's tool and reference documentation.
Typical uses include retaining architectural decisions across coding sessions, carrying investigation threads between sessions, building connected research notes, and checkpointing progress on long-running work. Artifact operations provide a separate way to store and retrieve files or other project outputs supported by the service.
The material describes a hosted service and OAuth login but does not provide local deployment instructions, self-hosting details, or environment variables. It also does not specify pricing, retention limits, storage quotas, search-index behavior, or data residency. The native OpenClaw plugin mentioned in the README is a separate project and should not be confused with this MCP server.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/penfieldlabs-penfield-mcp)<a href="https://allmcps.com/mcp/penfieldlabs-penfield-mcp"><img src="https://allmcps.com/api/badge/penfieldlabs-penfield-mcp?style=directory" alt="Penfield MCP on AllMCPs" /></a>