7 months ago
Feed your MCP client context from your Taskeract projects.
Server Config
{
"mcpServers": {
"taskeract": {
"command": "npx",
"args": [
"@taskeract/mcp"
],
"env": {
"TASKERACT_API_KEY": "YOUR_API_KEY"
}
}
}
}