Security-first Model Context Protocol server in TypeScript: zod-validated tools, append-only audit log, confirmation-gated deletes, 65 tests
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-task-server": {
"command": "npx",
"args": [
"-y",
"antropovanikolitf/mcp-task-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-task-server npx -y antropovanikolitf/mcp-task-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-task-server": {
"command": "npx",
"args": [
"-y",
"antropovanikolitf/mcp-task-server"
]
}
}
}