RecallMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port (default: 8080) | 8080 |
| LOG_LEVEL | No | Log level: debug, info, warn, error (default: info) | info |
| TRANSPORT | No | "http" (default) or "stdio" | http |
| DATABASE_URL | Yes | Postgres connection string with pgvector support | |
| OPENAI_API_KEY | Yes | OpenAI API key for text embeddings | |
| STRIPE_SECRET_KEY | No | Stripe secret key (webhooks disabled if absent) | |
| STRIPE_PRICE_TO_TIER | No | JSON mapping: price IDs → tiers, e.g. {"price_abc":"starter"} | |
| STRIPE_WEBHOOK_SECRET | No | Stripe webhook signing secret | |
| MCPIZE_BILLING_WEBHOOK_SECRET | No | HMAC secret for MCPize billing webhook |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues