Local MCP server for Weeek (stdio transport) — read-only by default, opt-in write tools.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
weeek-mcp · npm · 1.0.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.YOLKINS/weeek-mcp",
"description": "Local MCP server for Weeek (stdio transport) — read-only by default, opt-in write tools.",
"repository": {
"url": "https://github.com/YOLKINS/weeek-mcp",
"source": "github"
},
"version": "1.0.1",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "weeek-mcp",
"version": "1.0.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Weeek Public API v1 access token. Required — the server refuses to start without it.",
"isRequired": true,
"isSecret": true,
"name": "WEEEK_ACCESS_TOKEN"
},
{
"description": "Gate for the write tools. Defaults to 'true': a fresh install exposes only the ten read tools. Set to 'false' to additionally expose the five write tools (create/update/move/complete a task, set an MR link) — an explicit operator opt-in, never the default.",
"default": "true",
"name": "READ_ONLY"
},
{
"description": "Optional comma-separated allowlist of tool names to register (still subject to READ_ONLY). Pair with READ_ONLY=false for a granular write rollout, e.g. 'weeek_complete_task'.",
"name": "ENABLED_TOOLS"
},
{
"description": "Override the Weeek API base URL. Defaults to the public v1 endpoint.",
"default": "https://api.weeek.net/public/v1",
"name": "WEEEK_BASE_URL"
},
{
"description": "Per-request timeout in milliseconds.",
"format": "number",
"default": "30000",
"name": "WEEEK_TIMEOUT_MS"
},
{
"description": "Upper bound on the JSON length of a single tool response, protecting the agent's context window from unbounded list/detail payloads.",
"format": "number",
"default": "65536",
"name": "MAX_RESPONSE_CHARS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-20T13:50:51.869077Z",
"publishedAt": "2026-08-20T13:50:51.869077Z",
"updatedAt": "2026-08-20T13:50:51.869077Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.0.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
Terms
Somebody else's record
This listing was indexed rather than published here, so nobody has signed anything and this catalog cannot sign on their behalf. Treat it as a pointer to the publisher, not as terms.