Penfield  AI Memory

Penfield AI Memory

Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more.

Category
Visit Server

README

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.app

Claude Code

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

Cursor

One-click install:

Install Penfield in Cursor

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/"]
    }
  }
}

Windsurf, Cline, Roo Code, and Others

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 CLI

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/"]
    }
  }
}

What You Get

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.


How It Works

  1. Sign up at portal.penfield.app/sign-up
  2. Connect using one of the methods above
  3. Authenticate when prompted (OAuth flow)
  4. Start using — your agent now has persistent memory

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.


Documentation


Use Cases

Personal assistant that remembers

  • Your preferences compound over time
  • Picks up conversations where you left off
  • Learns how you like things done

Development workflows

  • Track investigation threads across sessions
  • Remember architectural decisions and why they were made
  • Hand off context between coding sessions

Research and writing

  • Build knowledge graphs of connected ideas
  • Store insights and corrections as understanding evolves
  • Checkpoint progress on long-running projects

Also Available

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.


Links


Copyright © 2025 Penfield™. All rights reserved.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured