handoff-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HANDOFF_VAULT | No | Path to the vault directory. Defaults to ~/.handoff-mcp/vault. | |
| HANDOFF_PROJECT | No | Project name for scoping memory. | |
| HANDOFF_EMBEDDER | No | Embedding backend: hashing, local, or openai. Default: hashing. | |
| HANDOFF_SEMANTIC | No | Set to 1 to enable semantic recall layer. Default: not set (off). | |
| HANDOFF_AUTO_SYNC | No | Set to 1 to automatically sync memory across devices. | |
| HANDOFF_LLM_MODEL | No | Set to enable the consolidate tool (e.g., gpt-4o-mini). | |
| HANDOFF_EMBED_MODEL | No | Model name for embeddings. Default: Qwen/Qwen3-Embedding-0.6B for local backend. | |
| HANDOFF_EMBED_API_KEY | No | API key for OpenAI-compatible embedding endpoint. | |
| HANDOFF_EMBED_BASE_URL | No | Base URL for OpenAI-compatible embedding endpoint. | |
| HANDOFF_EMBED_TRUST_REMOTE_CODE | No | Set to 1 to trust remote code for embedding models that require it. |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/kirill-sviridov/handoff-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server