Connect fpf-memory MCP
Use this page when you want ChatGPT, Claude, an editor, or a coding CLI to retrieve bounded FPF context through the hosted MCP server.
Hosted endpoint
This endpoint is the direct Vercel-hosted MCP origin over streamable HTTP. It exposes the public fpf-memory tools for catalog browsing, search, compact answers, exact generated doc reads, and index health.
Public tools:
browse_fpf_catalogsearch_fpfask_fpfquery_fpf_specread_fpf_docget_fpf_index_status
Test first
After adding the server, ask your client to call get_fpf_index_status. Then run a compact route query:
A good response should include route:project-alignment in ids, then bounded next steps rather than a full FPF paste.
ChatGPT
Use this path for ChatGPT custom apps/connectors.
- Open ChatGPT settings.
- Go to Apps & Connectors.
- Enable developer mode under Advanced settings if your plan or workspace requires it.
- Create a new custom app or connector.
- Set the connector URL to the hosted endpoint above.
- Create the connector, confirm the advertised tools, then open a new chat and add the connector from the composer tools menu.
Reference: OpenAI Apps SDK - connect from ChatGPT.
Claude
Use this path for Claude chat, Claude Desktop, or Cowork custom connectors.
- Open Claude settings.
- Go to Customize > Connectors.
- Click the
+button next to Connectors. - Choose Add custom connector.
- Enter
fpf-memoryas the name and the hosted endpoint as the URL. - Add it, then connect it in the same way as other Claude connectors.
Reference: Claude Help - custom connectors.
VS Code
Use the MCP: Add Server command, or add a workspace config at .vscode/mcp.json:
Restart or start the server from the MCP code lens, then confirm trust when VS Code asks.
Reference: VS Code - add and manage MCP servers.
Zed
Open the Agent Panel settings with agent: open settings, then add a custom server:
The indicator next to the server should turn green when the server is active.
Reference: Zed - Model Context Protocol.
Codex CLI
Add the remote streamable HTTP server:
Equivalent ~/.codex/config.toml entry:
Reference: Codex configuration reference.
Claude Code
Add the remote HTTP server:
Check it inside Claude Code with /mcp.
Reference: Claude Code - connect to tools via MCP.
Pi
Pi supports MCP through extensions. Install an MCP extension, then add a streamable HTTP server config.
Global config at ~/.pi/agent/mcp.json or project config at .pi/mcp.json:
Start Pi and use /mcp to check status.
Reference: Pi MCP extension.
Good first prompt
Keep route answers compact. Read exact generated docs only when wording matters, and do not paste the full FPF into the chat.