forkable-mcp
by colinds
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FORKABLE_MFA | No | MFA code, if your account requires one for password login. | |
| FORKABLE_CSRF | No | Pin a CSRF token instead of the auto-fetched one (rarely needed). | |
| FORKABLE_EMAIL | No | Email for headless password login. With FORKABLE_PASSWORD, also enables auto-relogin when the session expires. | |
| FORKABLE_COOKIE | No | Headless auth for SSO-only accounts: a full forkable.com Cookie header. Provisioned on startup if no session exists. | |
| FORKABLE_MCP_HOME | No | Directory for the on-disk session (mode 0600). | ~/.forkable-mcp |
| FORKABLE_PASSWORD | No | Password for headless login (pair with FORKABLE_EMAIL). | |
| FORKABLE_MAX_TOTAL | No | Hard spend cap in dollars: a write whose total exceeds it is refused (no confirm-token). Unset = no cap; the preview just notes when a meal is over your company's daily coverage. | |
| FORKABLE_WRITE_SECRET | No | HMAC key for write confirm-tokens. Auto-generated and stored in the session file if unset; set it to pin one across machines. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/colinds/forkable-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server