Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From tasuku
Local Tasuku MCP server run via 'tk serve mcp' command. Provides task management capabilities, likely for Ruby/Rails todo lists and workflows.
npx claudepluginhub iheanyi/tasuku --plugin tasukuCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"tasuku": {
"command": "tk",
"args": [
"serve",
"mcp"
]
}
}
}Server configuration and connection parameters
tkCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.