MCP Server
MCP
io.github.kimgh06/thask
Dependency-graph MCP server. Tells Claude/Cursor what breaks if you change X. Provenance guards.
Install
npx -y @thask-org/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@thask-org/cli",
"version": "0.6.0",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"isRequired": true,
"value": "mcp",
"type": "positional"
},
{
"isRequired": true,
"value": "serve",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "URL of your Thask server (e.g. https://thask.kimgh06.com or http://localhost:7244). Can also be set via `thask config set url <url>`.",
"isRequired": true,
"name": "THASK_URL"
},
{
"description": "API key for your Thask account. Generate via `thask login` (browser flow, recommended) or in the web UI settings.",
"isRequired": true,
"isSecret": true,
"name": "THASK_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment