fpf-memory
by venikman
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FPF_MCP_SURFACE | No | Surface level for MCP tools: 'public' (default) or 'full' (expert tools). | public |
| FPF_UPSTREAM_REF | No | Branch, tag, or SHA used by spec:download and publish:current. | main |
| FPF_UPSTREAM_REPO | No | GitHub repo for upstream publication provenance and downloads. | FPF |
| FPF_UPSTREAM_OWNER | No | GitHub owner for upstream publication provenance and downloads. | ailev |
| FPF_LOCAL_LLM_MODEL | No | Optional LM Studio model. | google/gemma-4-31b |
| FPF_RUNTIME_LOG_PATH | No | Structured runtime/MCP logs. | .runtime/logs/fpf-runtime.log |
| FPF_SPEC_SOURCE_PATH | No | Local path to the spec the runtime reads (must be a filesystem path). | published/current/FPF-Spec.md |
| FPF_AI_TRACE_LOG_PATH | No | Per-call LM Studio synthesis traces (JSONL). | .runtime/logs/ai-traces.jsonl |
| FPF_LOCAL_LLM_API_KEY | No | LM Studio API token (Developer → Server Settings → Manage Tokens). | |
| FPF_LOCAL_LLM_BASE_URL | No | Optional LM Studio endpoint. Omit to stay fully deterministic. | http://localhost:1234/v1 |
| FPF_QUERY_DEFAULT_MODE | No | Default mode for query_fpf_spec and ask_fpf. | verbose |
| FPF_UPSTREAM_SPEC_PATH | No | Path to the spec inside the upstream repo. | FPF-Spec.md |
| FPF_PUBLISH_SOURCE_PATH | No | Local source used by publish:current. | .fpf-upstream/FPF-Spec.md |
| FPF_LOCAL_LLM_TIMEOUT_MS | No | LM Studio request timeout. | 20000 |
| FPF_RUNTIME_ARTIFACT_DIR | No | Where compiled artifacts are written. | .runtime/fpf-index |
| FPF_RUNTIME_OBSERVABILITY_PATH | No | Observability snapshot file. | .runtime/logs/runtime-observability.json |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/venikman/fpf-memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server