PocketMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_BIND | No | API server bind address | 127.0.0.1 |
| API_PORT | No | Web API server port | 5174 |
| MODEL_ID | No | Hugging Face model for embeddings | Xenova/all-MiniLM-L6-v2 |
| NODE_ENV | No | Environment mode | development |
| WATCH_DIR | No | Directory to watch for file changes | |
| CHUNK_SIZE | No | Target chunk size in characters | 1000 |
| SQLITE_PATH | No | Path to SQLite database file | ./data/index.db |
| DEBUG_DOTENV | No | Enable dotenv debug output | false |
| CHUNK_OVERLAP | No | Overlap between chunks in characters | 120 |
| VERBOSE_LOGGING | No | Enable detailed logs | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchB | Search for similar content using semantic search |
| upsert_documentsC | Insert or update documents with text content |
| delete_documentsC | Delete documents by ID or external ID |
| list_documentsC | List all documents with pagination |
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/Kailash-Sankar/PocketMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server