Penfield gives AI agents long-term memory that compounds over time. Instead of starting every session from zero, your agent remembers conversations, learns preferences, connects ideas, and picks up exactly where it left off. Hybrid search (BM25 + vector + graph traversal) finds what matters. 24 relationship types build real knowledge graphs, not just vector dumps. Context checkpoints enable seamless handoffs between sessions and agents. Signup at https://penfield.app
How to Use Model Context Protocol (MCP) in Cursor
What is MCP?
Model Context Protocol (MCP) is an open protocol that allows you to provide custom tools to agentic LLMs (Large Language Models) in Cursor's Composer feature.
Installation Steps
Open Cursor Settings
Navigate to Cursor Settings > Features > MCP
Click the "+ Add New MCP Server" button
Configure the Server
Name: Give your server a nickname
Type: Select the transport type (stdio or sse)
Command/URL: Enter either:
For SSE servers: The URL of the SSE endpoint
For stdio servers: A valid shell command to run the server