thatguyinabeanie/todo-mcp.nvim
A fast SQLite-backed todo list plugin for Neovim with Model Context Protocol (MCP) support
Platform-specific configuration:
{
"mcpServers": {
"todo-mcp.nvim": {
"command": "npx",
"args": [
"-y",
"todo-mcp.nvim"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...