Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | Your OpenAI API key for embeddings | |
| POCKET_DB_PATH | No | Alternative name for base path for storing research databases. The database will be stored in `POCKET_DB_PATH/pocket_chroma_dbs/` | |
| RESEARCH_DB_PATH | No | Base path for storing research databases. A `pocket_chroma_dbs` directory will be created inside this path. Example: `/path/to/data` (will create `/path/to/data/pocket_chroma_dbs`) or `~/.pocket-agent-mcp` (will create `~/.pocket-agent-mcp/pocket_chroma_dbs`) |
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 | |