Taskboard MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm.
Persistent task board synced across Claude Code and Claude.ai, backed by Supabase.
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add taskboard-mcp -- npx -y @refugeandsword/taskboard-mcp
{
"mcpServers": {
"taskboard-mcp": {
"args": [
"-y",
"@refugeandsword/taskboard-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.taskboard-mcp]
command = "npx"
args = ["-y", "@refugeandsword/taskboard-mcp"]
{
"mcpServers": {
"taskboard-mcp": {
"args": [
"-y",
"@refugeandsword/taskboard-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"taskboard-mcp": {
"args": [
"-y",
"@refugeandsword/taskboard-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
SUPABASE_URL (Your Supabase project URL (e.g. https://xxx.supabase.co)), SUPABASE_ANON_KEY (Your Supabase anon/public key), ANTHROPIC_API_KEY (Your Anthropic API key -- enables the ask_claude tool).
The author declared them in the registry entry; get the values from the project itself.
Persistent cross-session memory shared by Codex, Claude Code, ChatGPT, and other AI agents.
Persistent long-term memory for Claude Desktop / Claude Code, backed by EvolutionDB.
Context management, todo persistence, and multi-AI perspectives for Claude Code
Persistent codebase intelligence that gives AI assistants memory across sessions
Persistent codebase intelligence that gives AI assistants memory across sessions
Persistent, evidence-backed code graph for coding agents.
Lint, measure, and sync AI context files across Cursor, Claude Code, Copilot.
Persistent cross-project memory for Cursor and Claude Code using local semantic search.
Answers built from our own checks of this server.