Penfield
Persistent memory for AI agents. Store decisions, preferences, and context that survive across sessions. Build knowledge graphs that compound over time. Works with Claude, Cursor, Windsurf, Gemini CLI, and any MCP-compatible tool.
Quick Start
Claude (Desktop, Mobile, Web)
Add as a custom connector in Settings → Connectors:
Name: Penfield
Remote MCP server URL: https://mcp.penfield.appClaude Code
claude mcp add --transport http --scope user penfield https://mcp.penfield.appCursor
One-click install:
Install Penfield in Cursor
Cut and paste into your browser:
cursor://anysphere.cursor-deeplink/mcp/install?name=Penfield&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIm1jcC1yZW1vdGUiLCJodHRwczovL21jcC5wZW5maWVsZC5hcHAvIl19Or add manually to ~/.cursor/mcp.json:
{
"mcpServers": {
"Penfield": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.penfield.app/"]
}
}
}Windsurf, Cline, Roo Code, and Others
Add to your MCP configuration file:






