remember-mcp
by prmichaelsen
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WEAVIATE_API_KEY | No | Weaviate API key | |
| WEAVIATE_REST_URL | No | URL of your Weaviate instance (e.g., https://your-instance.weaviate.cloud) | |
| REMEMBER_API_TOKEN | No | API token for OAuth exchange (or via .remember/config file) | |
| FIREBASE_PROJECT_ID | No | Firebase project ID | |
| REMEMBER_AUTH_SCHEME | No | Auth mode: 'service' (JWT via mcp-auth) or 'oauth' (local token exchange) | service |
| REMEMBER_OAUTH_ENDPOINT | No | OAuth token exchange URL (required when auth scheme is oauth) | |
| REMEMBER_MCP_DEBUG_LEVEL | No | Debug logging level: NONE, ERROR, WARN, INFO, DEBUG, TRACE | NONE |
| OPENAI_EMBEDDINGS_API_KEY | No | OpenAI API key for embeddings | |
| FIREBASE_ADMIN_SERVICE_ACCOUNT_KEY | No | Firebase service account key as JSON string (must escape newlines and quotes) |
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/prmichaelsen/remember-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server