toggl_list_projects@verygoodplugins/mcp-toggl — Lists projects for a workspace using cache-backed reads after first fetch.
toggl_list_clients@verygoodplugins/mcp-toggl — Lists clients for a workspace using cache-backed reads after first fetch.
toggl_warm_cache@verygoodplugins/mcp-toggl — Pre-fetches workspace, project, client, and tag data before a heavy reporting session.
toggl_cache_stats@verygoodplugins/mcp-toggl — Returns hits, misses, hit rate, loaded entity counts, and warm-cache state.
toggl_clear_cache@verygoodplugins/mcp-toggl — Clears cached data. Useful after creating or renaming Toggl entities.
toggl_project_summary@verygoodplugins/mcp-toggl — Total hours per project for a period or date range.
toggl_daily_report@verygoodplugins/mcp-toggl — Hours by project and workspace for a date. Use format: 'text' for display text or 'json' for structured output.
toggl_get_current_entry@verygoodplugins/mcp-toggl — Returns the running timer, elapsed seconds, and hydrated project/workspace context.
toggl_start_timer@verygoodplugins/mcp-toggl — Starts a timer with description, optional project/task, and tags.
toggl_workspace_summary@verygoodplugins/mcp-toggl — Total hours per workspace for a period or date range.
patent_evidence_to_sessionRobackaB/Novelty Research MCP — Retrieve patent evidence for a query and add to the session
publication_evidence_to_sessionRobackaB/Novelty Research MCP — Retrieve scientific publication evidence for a query and add to the session
web_evidence_to_sessionRobackaB/Novelty Research MCP — Retrieve web evidence for a query and add to the session
research_session_checklistRobackaB/Novelty Research MCP — Get the retry checklist for the current session
research_session_user_answerRobackaB/Novelty Research MCP — Submit a user answer to a checklist item in the session
list_recentbenkipnis/mcp-memories — List the most recently published build sessions from the team knowledge base.
complete_sessionbenkipnis/mcp-memories — Finalize and publish a build session to the shared team repository. This triggers LLM summarization (via Grove) and embedding (via Voyage AI
search_memoriesbenkipnis/mcp-memories — Search the team knowledge base for past build sessions relevant to your query. Uses Voyage AI voyage-code-4 vector search + reranking for hi
capture_activitybenkipnis/mcp-memories — Capture build activity for the current coding session. Call this during your session to record what is being worked on. The session stays in
get_overviewbenkipnis/mcp-memories — Get a high-level overview of what the team has built, with statistics by language, tag, author, and repository. Useful for discovering what
entur_departurespipeworx-io/mcp-entur — Real-time departures board for any public-transport stop in Norway — train, tram, metro, bus, and ferry departures for Oslo, Bergen, Trondhe
entur_journeypipeworx-io/mcp-entur — Entur journey planner — plan a public-transport trip between any two places in Norway (Oslo to Bergen train, airport connections, city tram/
entur_stops_searchpipeworx-io/mcp-entur — Search Norwegian public-transport stops, train stations, tram/metro/bus stops, ferry quays and places by name via the Entur national stop-re
ssh_key_list@txcxgzs/ssh-mcp — List all SSH keys in ~/.ssh/ with type, fingerprint, and agent status.
ssh_key_load@txcxgzs/ssh-mcp — Load a key into the running agent. Ensures the agent is started first.
ssh_config_lookup@txcxgzs/ssh-mcp — Resolve the effective SSH config for a host (hostname, user, port, proxy, identity files).
ssh_known_hosts_fix@txcxgzs/ssh-mcp — Remove a stale host key and re-scan. Fixes 'host key verification failed' errors.
ssh_git_check@txcxgzs/ssh-mcp — Test Git-over-SSH auth to GitHub, GitLab, Bitbucket, etc.
ssh_test@txcxgzs/ssh-mcp — Quick connectivity test with timing and actionable error details.
ssh_diagnose@txcxgzs/ssh-mcp — Full SSH environment diagnostic. Checks agent, keys, config, known_hosts, and connectivity. Returns exact fix commands for every failure.
ssh_exec@txcxgzs/ssh-mcp — Execute a command on a remote host. Returns stdout, stderr, and exit code.
ssh_read_file@txcxgzs/ssh-mcp — Read a file from a remote host via SFTP.
ssh_write_file@txcxgzs/ssh-mcp — Write content to a file on a remote host via SFTP.
ssh_upload@txcxgzs/ssh-mcp — Upload a local file to a remote host via SFTP.
ssh_download@txcxgzs/ssh-mcp — Download a file from a remote host to local filesystem.
ssh_ls@txcxgzs/ssh-mcp — List files in a directory on a remote host.
ssh_stat@txcxgzs/ssh-mcp — Get metadata for a file or directory (size, mode in octal, uid/gid, mtime/atime, isFile/isDirectory/isSymbolicLink).
ssh_mkdir@txcxgzs/ssh-mcp — Create a directory via SFTP. Set recursive: true for mkdir -p behavior.
ssh_delete@txcxgzs/ssh-mcp — Delete a file or empty directory via SFTP. Auto-dispatches unlink vs rmdir based on the path's type.
ssh_multi_exec@txcxgzs/ssh-mcp — Run a command on multiple hosts in parallel. Returns results per host.
ssh_find@txcxgzs/ssh-mcp — Search for files remotely with structured parameters (name, type, size, depth, newer).
ssh_tail@txcxgzs/ssh-mcp — Read the last N lines of a file, optionally filtered by a grep pattern.
ssh_service_status@txcxgzs/ssh-mcp — Check systemd service status (active, PID, uptime, description).