Stats
Actions
Tags
From taskmd-mcp
Runs locally as taskmd MCP server for interacting with taskmd CLI, a Markdown-based task manager. Enables listing, adding, completing tasks in Markdown files. No secrets required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"taskmd": {
"command": "taskmd",
"args": [
"mcp"
]
}
}
}Server configuration and connection parameters
taskmdCommand-line arguments passed to the server process
npx claudepluginhub driangle/taskmd --plugin taskmd-mcp