weeek-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WEEEK_RPS | No | Client-side rate limit (requests per second) | 4 |
| WEEEK_BASE_URL | No | Public API base URL | https://api.weeek.net/public/v1 |
| WEEEK_API_TOKEN | Yes | Workspace API token (Workspace settings → API) | |
| WEEEK_LOG_LEVEL | No | Log level (logs go to stderr only) | info |
| WEEEK_ALLOW_WRITE | No | Allow write tools (not shipped in v1) | false |
| WEEEK_APP_BASE_URL | No | Private app API host | https://api.weeek.net |
| WEEEK_SESSION_FILE | No | Browser session store path | ~/.weeek-mcp/session.json |
| WEEEK_WORKSPACE_ID | No | Workspace ID (needed if cookie string has no workspace_id) | |
| WEEEK_SESSION_COOKIE | No | Optional cookie override | |
| WEEEK_PROJECT_ALIASES | No | Project aliases mapping, e.g. portal:4,ecd:7 | |
| WEEEK_CACHE_TTL_SECONDS | No | Directory/project cache TTL in seconds | 300 |
| WEEEK_DEFAULT_PROJECT_ID | No | Used when tools omit projectId | |
| WEEEK_READ_ONLY_PROJECTS | No | Whitelist of project ids | all |
| WEEEK_MAX_ATTACHMENT_BYTES | No | Maximum attachment size in bytes (8 MiB) | 8388608 |
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/prod-broke-again/weeek-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server