loading…
Search for a command to run...
loading…
- 🐍 ☁️ - Penfield: persistent memory with hybrid search (BM25 + vector + graph), 24 relationship types for knowledge graphs, context checkpoints for cognitive
- 🐍 ☁️ - Penfield: persistent memory with hybrid search (BM25 + vector + graph), 24 relationship types for knowledge graphs, context checkpoints for cognitive handoff, artifact storage, and personality system. Works across Claude, Cursor, Windsurf, and any MCP client.
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.
Add as a custom connector in Settings → Connectors:
Name: Penfield
Remote MCP server URL: https://mcp.penfield.app
claude mcp add --transport http --scope user penfield https://mcp.penfield.app
One-click install:
Cut and paste into your browser:
cursor://anysphere.cursor-deeplink/mcp/install?name=Penfield&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIm1jcC1yZW1vdGUiLCJodHRwczovL21jcC5wZW5maWVsZC5hcHAvIl19
Or add manually to ~/.cursor/mcp.json:
{
"mcpServers": {
"Penfield": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.penfield.app/"]
}
}
}
Add to your MCP configuration file:
{
"mcpServers": {
"Penfield": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.penfield.app/"]
}
}
}
| App | Config Location |
|---|---|
| Windsurf | ~/.codeium/windsurf/mcp_config.json |
| Cline | VS Code Settings → Cline → MCP Servers |
| Roo Code | VS Code Settings → Roo Code → MCP Servers |
| Zed | ~/.config/zed/settings.json under "context_servers" |
gemini mcp add penfield -- npx -y mcp-remote https://mcp.penfield.app/
Or add to ~/.gemini/settings.json:
{
"mcpServers": {
"Penfield": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.penfield.app/"]
}
}
}
17 tools for persistent memory:
| Category | Tools |
|---|---|
| Memory | store, recall, search, fetch, update_memory |
| Knowledge Graph | connect, disconnect, explore |
| Context | awaken, reflect, save_context, restore_context, list_contexts |
| Artifacts | save_artifact, retrieve_artifact, list_artifacts, delete_artifact |
Hybrid search combining BM25 (keyword), vector (semantic), and graph (connections) for recall that actually finds what you need.
Cross-platform sync — same memory, same knowledge graph, regardless of which tool you connect from.
Every session should start with:
awaken() # Load identity and personality context
reflect() # Orient on recent work (default: last 7 days)
Without these, your agent starts cold with no context.
Personal assistant that remembers
Development workflows
Research and writing
OpenClaw Native Plugin — If you use OpenClaw, the native plugin is 4-5x faster (no MCP proxy layer):
openclaw plugins install openclaw-penfield
openclaw penfield login
openclaw-penfield on GitHub · openclaw-penfield on npm
API — Direct HTTP access at api.penfield.app for custom integrations.
Copyright © 2025 Penfield™. All rights reserved.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"penfieldlabs-penfield-mcp": {
"command": "npx",
"args": []
}
}
}