Tools

Browse tools that AI setups depend on

Every tool name extracted from indexed skill metadata, AGENTS.md and CLAUDE.md instructions, and MCP configs. Open a tool to see which repositories reference it.

1,597 tools shown

1,597 total indexed

Read

Core tool

Reads file contents from the local filesystem. Supports text files, images, PDFs, and Jupyter notebooks. Returns line-numbered output. The primary way AI agents inspect code before making changes.

4,575 skills

Bash

Core tool

Executes shell commands and returns their output. Used for running tests, installing dependencies, git operations, and anything that needs a real terminal. Working directory persists between calls.

4,431 skills

Glob

Core tool

Finds files by name pattern. Works with any codebase size and returns results sorted by modification time. The go-to tool when you know what a file is called but not where it lives.

3,466 skills

Grep

Core tool

Searches file contents using regular expressions, powered by ripgrep. Supports glob and type filters, context lines, and multiple output modes. Faster and more reliable than running grep through Bash.

3,332 skills 4 MCP configs

Write

Core tool

Creates new files or fully overwrites existing ones. Used when the change is large enough that a diff-based edit would be harder to follow. Requires the file to have been read first if it already exists.

2,820 skills

Edit

Core tool

Performs exact string replacements in files. Sends only the diff rather than the whole file. The preferred way to modify existing code because it is easier for humans to review.

2,062 skills

AskUserQuestion

Core tool

Asks the user a question and waits for their response. Used when the agent needs clarification, a decision, or approval before proceeding with a task.

865 skills

WebFetch

Declared tool

Fetches content from a URL and processes it through a model. Converts HTML to markdown and summarizes large pages. Read-only, with a 15-minute cache for repeated access to the same URL.

498 skills

Task

Declared tool

Creates and manages tasks for tracking work within a conversation. Helps the agent break complex work into steps and report progress to the user.

446 skills

WebSearch

Core tool

Searches the web and returns summarized results. Used when the agent needs information that is not in the codebase, such as API documentation, library versions, or error message lookups.

432 skills

Agent

Declared tool

Launches a specialized sub-agent to handle a complex task autonomously. Sub-agents run in their own context and return results when done. Used to parallelize work or delegate research.

415 skills

Skill

Declared tool

Invokes a user-defined slash command (skill). Skills are reusable prompts that expand into full task instructions when triggered. Mapped to /command-name shortcuts.

190 skills

TaskCreate

Declared tool

Tool referenced in 142 skills across indexed repositories.

142 skills

TaskUpdate

Declared tool

Tool referenced in 142 skills across indexed repositories.

142 skills

TaskList

Declared tool

Tool referenced in 134 skills across indexed repositories.

134 skills

mcp__context7__resolve-library-id

MCP tool

MCP server that pulls up-to-date documentation for libraries and frameworks directly into the conversation. Reduces hallucination by grounding answers in current docs.

93 skills

playwright

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

1 skills 91 MCP configs

Context7

MCP tool

MCP server that pulls up-to-date documentation for libraries and frameworks directly into the conversation. Reduces hallucination by grounding answers in current docs.

1 skills 86 MCP configs

TaskGet

Declared tool

Tool referenced in 79 skills across indexed repositories.

79 skills

agent-browser

Declared tool

Browser automation tool for AI agents. Navigates pages, fills forms, clicks buttons, takes screenshots, and extracts data from web applications.

78 skills

mcp__context7__get-library-docs

MCP tool

MCP server that pulls up-to-date documentation for libraries and frameworks directly into the conversation. Reduces hallucination by grounding answers in current docs.

77 skills

TodoWrite

Declared tool

Writes and updates a structured to-do list that persists across the conversation. Used for tracking multi-step plans and checking off completed items.

71 skills

statusLine

MCP tool

Tool provided through a Model Context Protocol server. Found in 66 MCP configs across indexed repositories.

66 MCP configs

read_file

Declared tool

File reading tool. Equivalent to the Read tool in some agent frameworks. Reads contents from the local filesystem.

65 skills

mcp__codex__codex

MCP tool

Tool provided through a Model Context Protocol server. Found in 53 skills across indexed repositories.

53 skills

laravel-boost

MCP tool

MCP server for Laravel PHP framework. Provides Eloquent model introspection, route listing, artisan commands, and Laravel-specific code generation.

52 MCP configs

shadcn

MCP tool

MCP server for the shadcn/ui component library. Surfaces component APIs, usage examples, and installation commands for Tailwind-based React UI components.

47 MCP configs

mcp__codex__codex-reply

MCP tool

Tool provided through a Model Context Protocol server. Found in 45 skills across indexed repositories.

45 skills

write_file

Declared tool

File writing tool. Equivalent to the Write tool in some agent frameworks. Creates or overwrites files on the local filesystem.

40 skills

chrome-devtools

MCP tool

MCP server that connects to Chrome DevTools Protocol. Provides browser inspection, console output, network monitoring, and DOM manipulation.

39 MCP configs

SendMessage

Declared tool

Tool referenced in 35 skills across indexed repositories.

35 skills

TeamCreate

Declared tool

Tool referenced in 34 skills across indexed repositories.

34 skills

TeamDelete

Declared tool

Tool referenced in 34 skills across indexed repositories.

34 skills

supabase

MCP tool

Tool provided through a Model Context Protocol server. Found in 34 MCP configs across indexed repositories.

34 MCP configs

bitwize-music-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 32 skills, 1 MCP config across indexed repositories.

32 skills 1 MCP configs

Shell

Declared tool

MCP server that provides shell command execution. Similar to the built-in Bash tool but delivered through MCP, giving finer control over allowed commands.

32 skills

github

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

32 MCP configs

mcp__ccw-tools__team_msg

MCP tool

Tool provided through a Model Context Protocol server. Found in 30 skills across indexed repositories.

30 skills

LSP

MCP tool

Queries the Language Server Protocol for code intelligence. Provides go-to-definition, find-references, hover information, and diagnostics from the project's language server.

29 skills 1 MCP configs

sequential-thinking

MCP tool

MCP server that structures multi-step reasoning. Helps agents break complex problems into ordered steps, revise earlier conclusions, and maintain a clear chain of thought.

28 MCP configs

web_fetch

Declared tool

Web content fetching tool. Equivalent to the WebFetch tool in some agent frameworks. Retrieves and processes web page content.

27 skills

python

MCP tool

MCP server that provides a Python execution environment. Runs Python code, manages packages, and returns results directly to the agent.

25 skills 1 MCP configs

--bun

Declared tool

Tool referenced in 22 skills across indexed repositories.

22 skills

next-devtools

MCP tool

MCP server for Next.js development. Surfaces route information, build diagnostics, and framework-specific tooling for Next.js applications.

21 MCP configs

nx-mcp

MCP tool

MCP server for Nx monorepo tooling. Provides workspace graph analysis, task orchestration, and project dependency information for Nx-managed repositories.

21 MCP configs

sentry

MCP tool

Application monitoring and error tracking platform. The MCP server surfaces real-time error data, stack traces, and issue details inside the coding environment.

20 MCP configs

LS

Core tool

Lists directory contents. A lightweight alternative to Bash for exploring folder structure without the overhead of a shell invocation.

19 skills

figma

MCP tool

Collaborative design tool. The MCP server reads design files, extracts component information, and bridges design tokens into code.

19 MCP configs

memory

MCP tool

Tool provided through a Model Context Protocol server. Found in 18 MCP configs across indexed repositories.

18 MCP configs

mcp__context7__query-docs

MCP tool

MCP server that pulls up-to-date documentation for libraries and frameworks directly into the conversation. Reduces hallucination by grounding answers in current docs.

16 skills

spawn_agents_on_csv

Declared tool

Tool referenced in 16 skills across indexed repositories.

16 skills

deepwiki

MCP tool

MCP server that provides deep knowledge retrieval from wikis and documentation sources. Used for looking up detailed technical reference material.

16 MCP configs

mcp__google-sheets__get_sheet_data

MCP tool

Tool provided through a Model Context Protocol server. Found in 15 skills across indexed repositories.

15 skills

mcp__google-sheets__list_sheets

MCP tool

Tool provided through a Model Context Protocol server. Found in 15 skills across indexed repositories.

15 skills

SlashCommand

Declared tool

Tool referenced in 15 skills across indexed repositories.

15 skills

fetch

MCP tool

General-purpose HTTP client tool. Makes requests to URLs and returns the response body. Used for API calls, downloading files, and checking endpoints.

2 skills 13 MCP configs

ask_user

Declared tool

Prompts the user for input. Equivalent to AskUserQuestion in some agent frameworks. Used when the agent needs human guidance.

14 skills

EnterPlanMode

Declared tool

Tool referenced in 14 skills across indexed repositories.

14 skills

filesystem

MCP tool

Tool provided through a Model Context Protocol server. Found in 14 MCP configs across indexed repositories.

14 MCP configs

serena

MCP tool

MCP server for code intelligence. Provides semantic code navigation, symbol lookup, and codebase understanding through language server capabilities.

14 MCP configs

mcp__ace-tool__search_context

MCP tool

Tool provided through a Model Context Protocol server. Found in 13 skills across indexed repositories.

13 skills

mcp__google-sheets__update_cells

MCP tool

Tool provided through a Model Context Protocol server. Found in 12 skills across indexed repositories.

12 skills

Git

MCP tool

MCP server for Git version control operations. Provides structured access to repository status, diffs, logs, branches, and commit operations.

6 skills 6 MCP configs

apply_patch

Declared tool

Applies a unified diff patch to one or more files. Used by some agent frameworks as an alternative to line-by-line editing when the change is best expressed as a patch.

11 skills

AskQuestion

Declared tool

Tool referenced in 11 skills across indexed repositories.

11 skills

mcp__arxiv-mcp-server__search_papers

MCP tool

Tool provided through a Model Context Protocol server. Found in 11 skills across indexed repositories.

11 skills

mcp__google-scholar__search_google_scholar_key_words

MCP tool

Tool provided through a Model Context Protocol server. Found in 11 skills across indexed repositories.

11 skills

mcp__mcp-brain_ipc_c__ipc_send

MCP tool

Tool provided through a Model Context Protocol server. Found in 11 skills across indexed repositories.

11 skills

ToolSearch

Declared tool

Tool referenced in 11 skills across indexed repositories.

11 skills

linear

MCP tool

Project management tool for software teams. The MCP server reads and creates issues, cycles, and project updates without leaving the editor.

11 MCP configs

task-master-ai

MCP tool

AI-powered task management MCP server. Breaks complex projects into structured tasks with dependencies, priorities, and progress tracking.

11 MCP configs

edit_file

Declared tool

File editing tool. Equivalent to the Edit tool in some agent frameworks. Applies targeted changes to existing files.

10 skills

ExitPlanMode

Declared tool

Tool referenced in 10 skills across indexed repositories.

10 skills

mcp__arxiv-mcp-server__read_paper

MCP tool

Tool provided through a Model Context Protocol server. Found in 10 skills across indexed repositories.

10 skills

MultiEdit

Core tool

Applies multiple edits to a single file in one operation. Each sub-edit is an exact string replacement, applied in order. Reduces round trips when several spots in the same file need changing.

10 skills

postgres

MCP tool

Tool provided through a Model Context Protocol server. Found in 10 MCP configs across indexed repositories.

10 MCP configs

latex_compile

Declared tool

Tool referenced in 9 skills across indexed repositories.

9 skills

list_directory

Declared tool

Tool referenced in 9 skills across indexed repositories.

9 skills

mcp__firecrawl__firecrawl_search

MCP tool

Tool provided through a Model Context Protocol server. Found in 9 skills across indexed repositories.

9 skills

mcp__heygen__

MCP tool

Tool provided through a Model Context Protocol server. Found in 9 skills across indexed repositories.

9 skills

mcp__mcp-brain_ipc_c__ipc_recv

MCP tool

Tool provided through a Model Context Protocol server. Found in 9 skills across indexed repositories.

9 skills

mcp__mcp-brain_ipc_c__ipc_search

MCP tool

Tool provided through a Model Context Protocol server. Found in 9 skills across indexed repositories.

9 skills

mcp__qmd__vector_search

MCP tool

Tool provided through a Model Context Protocol server. Found in 9 skills across indexed repositories.

9 skills

mcp__qsv__qsv_count

MCP tool

Tool provided through a Model Context Protocol server. Found in 9 skills across indexed repositories.

9 skills

mcp__qsv__qsv_get_working_dir

MCP tool

Tool provided through a Model Context Protocol server. Found in 9 skills across indexed repositories.

9 skills

mcp__qsv__qsv_headers

MCP tool

Tool provided through a Model Context Protocol server. Found in 9 skills across indexed repositories.

9 skills

mcp__qsv__qsv_index

MCP tool

Tool provided through a Model Context Protocol server. Found in 9 skills across indexed repositories.

9 skills

mcp__qsv__qsv_list_files

MCP tool

Tool provided through a Model Context Protocol server. Found in 9 skills across indexed repositories.

9 skills

mcp__qsv__qsv_set_working_dir

MCP tool

Tool provided through a Model Context Protocol server. Found in 9 skills across indexed repositories.

9 skills

mcp__qsv__qsv_sniff

MCP tool

Tool provided through a Model Context Protocol server. Found in 9 skills across indexed repositories.

9 skills

str_replace

Declared tool

Tool referenced in 9 skills across indexed repositories.

9 skills

web_search

Declared tool

Tool referenced in 9 skills across indexed repositories.

9 skills

file-read

Declared tool

Tool referenced in 8 skills across indexed repositories.

8 skills

file-write

Declared tool

Tool referenced in 8 skills across indexed repositories.

8 skills

git-commit

Declared tool

Tool referenced in 8 skills across indexed repositories.

8 skills

mcp__arxiv-mcp-server__download_paper

MCP tool

Tool provided through a Model Context Protocol server. Found in 8 skills across indexed repositories.

8 skills

mcp__ccw-tools__edit_file

MCP tool

Tool provided through a Model Context Protocol server. Found in 8 skills across indexed repositories.

8 skills

mcp__ccw-tools__read_file

MCP tool

Tool provided through a Model Context Protocol server. Found in 8 skills across indexed repositories.

8 skills

mcp__ccw-tools__write_file

MCP tool

Tool provided through a Model Context Protocol server. Found in 8 skills across indexed repositories.

8 skills

mcp__mcp-brain_ipc_c__ipc_list_agents

MCP tool

Tool provided through a Model Context Protocol server. Found in 8 skills across indexed repositories.

8 skills

mcp__qsv__qsv_command

MCP tool

Tool provided through a Model Context Protocol server. Found in 8 skills across indexed repositories.

8 skills

mcp__qsv__qsv_stats

MCP tool

Tool provided through a Model Context Protocol server. Found in 8 skills across indexed repositories.

8 skills

use_mcp_tool

Declared tool

Tool referenced in 8 skills across indexed repositories.

8 skills

herd

MCP tool

Tool provided through a Model Context Protocol server. Found in 8 MCP configs across indexed repositories.

8 MCP configs

svelte

MCP tool

MCP server for the Svelte web framework. Surfaces component APIs, SvelteKit routing patterns, and framework-specific documentation.

8 MCP configs

-p

Declared tool

Tool referenced in 7 skills across indexed repositories.

7 skills

list_agents

Declared tool

Tool referenced in 7 skills across indexed repositories.

7 skills

mcp__memory__search_nodes

MCP tool

Tool provided through a Model Context Protocol server. Found in 7 skills across indexed repositories.

7 skills

mcp__memorylane__get_activity_details

MCP tool

Tool provided through a Model Context Protocol server. Found in 7 skills across indexed repositories.

7 skills

mcp__memorylane__search_context

MCP tool

Tool provided through a Model Context Protocol server. Found in 7 skills across indexed repositories.

7 skills

mcp__qsv__qsv_sqlp

MCP tool

Tool provided through a Model Context Protocol server. Found in 7 skills across indexed repositories.

7 skills

write_file edit_file read_file think_tool execute

Declared tool

Tool referenced in 7 skills across indexed repositories.

7 skills

ask_followup_question

Declared tool

Tool referenced in 6 skills across indexed repositories.

6 skills

mcp__bkend__

MCP tool

Tool provided through a Model Context Protocol server. Found in 6 skills across indexed repositories.

6 skills

mcp__claude_ai_bioRxiv__search_preprints

MCP tool

Tool provided through a Model Context Protocol server. Found in 6 skills across indexed repositories.

6 skills

mcp__fetch__fetch

MCP tool

General-purpose HTTP client tool. Makes requests to URLs and returns the response body. Used for API calls, downloading files, and checking endpoints.

6 skills

mcp__hex-line__outline

MCP tool

Tool provided through a Model Context Protocol server. Found in 6 skills across indexed repositories.

6 skills

mcp__hex-line__read_file

MCP tool

Tool provided through a Model Context Protocol server. Found in 6 skills across indexed repositories.

6 skills

mcp__mcp-brain_ipc_c__conversation_create

MCP tool

Tool provided through a Model Context Protocol server. Found in 6 skills across indexed repositories.

6 skills

mcp__mcp-brain_ipc_c__ipc_register

MCP tool

Tool provided through a Model Context Protocol server. Found in 6 skills across indexed repositories.

6 skills

mcp__mcp-brain_task_manager__task_query

MCP tool

Tool provided through a Model Context Protocol server. Found in 6 skills across indexed repositories.

6 skills

mcp__memorylane__browse_timeline

MCP tool

Tool provided through a Model Context Protocol server. Found in 6 skills across indexed repositories.

6 skills

mcp__playwright__browser_navigate

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

6 skills

mcp__playwright__browser_snapshot

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

6 skills

mcp__playwright__browser_take_screenshot

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

6 skills

mcp__qmd__

MCP tool

Tool provided through a Model Context Protocol server. Found in 6 skills across indexed repositories.

6 skills

mcp__qmd__deep_search

MCP tool

Tool provided through a Model Context Protocol server. Found in 6 skills across indexed repositories.

6 skills

mcp__qmd__search

MCP tool

Tool provided through a Model Context Protocol server. Found in 6 skills across indexed repositories.

6 skills

mcp__qsv__qsv_search_tools

MCP tool

Tool provided through a Model Context Protocol server. Found in 6 skills across indexed repositories.

6 skills

nmem_context

Declared tool

Tool referenced in 6 skills across indexed repositories.

6 skills

nmem_recall

Declared tool

Tool referenced in 6 skills across indexed repositories.

6 skills

nmem_stats

Declared tool

Tool referenced in 6 skills across indexed repositories.

6 skills

read_file write_file

Declared tool

Tool referenced in 6 skills across indexed repositories.

6 skills

run_command

Declared tool

Tool referenced in 6 skills across indexed repositories.

6 skills

brave-search

MCP tool

Tool provided through a Model Context Protocol server. Found in 6 MCP configs across indexed repositories.

6 MCP configs

claude-flow

MCP tool

Tool provided through a Model Context Protocol server. Found in 6 MCP configs across indexed repositories.

6 MCP configs

nostr

MCP tool

Tool provided through a Model Context Protocol server. Found in 6 MCP configs across indexed repositories.

6 MCP configs

notion

MCP tool

Workspace platform for docs, wikis, and databases. The MCP server lets agents read and update Notion pages, search content, and manage databases.

6 MCP configs

playwright-test

MCP tool

Tool provided through a Model Context Protocol server. Found in 6 MCP configs across indexed repositories.

6 MCP configs

XcodeBuildMCP

MCP tool

MCP server for Xcode project management. Handles builds, test runs, simulator control, and project configuration for iOS and macOS development.

6 MCP configs

--version

Declared tool

Tool referenced in 5 skills across indexed repositories.

5 skills

>-

Declared tool

Tool referenced in 5 skills across indexed repositories.

5 skills

close_agent

Declared tool

Tool referenced in 5 skills across indexed repositories.

5 skills

file-search

Declared tool

Tool referenced in 5 skills across indexed repositories.

5 skills

followup_task

Declared tool

Tool referenced in 5 skills across indexed repositories.

5 skills

get-caller-identity

Declared tool

Tool referenced in 5 skills across indexed repositories.

5 skills

gh-query

Declared tool

Tool referenced in 5 skills across indexed repositories.

5 skills

mcp__hex-line__changes

MCP tool

Tool provided through a Model Context Protocol server. Found in 5 skills across indexed repositories.

5 skills

mcp__linear-server__get_issue

MCP tool

Tool provided through a Model Context Protocol server. Found in 5 skills across indexed repositories.

5 skills

mcp__maestro-tools__team_msg

MCP tool

Tool provided through a Model Context Protocol server. Found in 5 skills across indexed repositories.

5 skills

mcp__phantom-reflective__phantom_memory_search

MCP tool

Tool provided through a Model Context Protocol server. Found in 5 skills across indexed repositories.

5 skills

mcp__qsv__qsv_frequency

MCP tool

Tool provided through a Model Context Protocol server. Found in 5 skills across indexed repositories.

5 skills

report_agent_job_result

Declared tool

Tool referenced in 5 skills across indexed repositories.

5 skills

request_user_input

Declared tool

Tool referenced in 5 skills across indexed repositories.

5 skills

send_message

Declared tool

Tool referenced in 5 skills across indexed repositories.

5 skills

skill_tool

Declared tool

Tool referenced in 5 skills across indexed repositories.

5 skills

spawn_agent

Declared tool

Tool referenced in 5 skills across indexed repositories.

5 skills

str_replace_based_edit

Declared tool

Tool referenced in 5 skills across indexed repositories.

5 skills

TodoRead

Declared tool

Tool referenced in 5 skills across indexed repositories.

5 skills

wait_agent

Declared tool

Tool referenced in 5 skills across indexed repositories.

5 skills

write_file edit_file read_file think_tool

Declared tool

Tool referenced in 5 skills across indexed repositories.

5 skills

docs-langchain

MCP tool

Tool provided through a Model Context Protocol server. Found in 5 MCP configs across indexed repositories.

5 MCP configs

markitdown

MCP tool

Tool provided through a Model Context Protocol server. Found in 5 MCP configs across indexed repositories.

5 MCP configs

pw

MCP tool

Tool provided through a Model Context Protocol server. Found in 5 MCP configs across indexed repositories.

5 MCP configs

shopify-dev-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 5 MCP configs across indexed repositories.

5 MCP configs

-b

Declared tool

Tool referenced in 4 skills across indexed repositories.

4 skills

-u

Declared tool

Tool referenced in 4 skills across indexed repositories.

4 skills

CronCreate

Declared tool

Tool referenced in 4 skills across indexed repositories.

4 skills

CronDelete

Declared tool

Tool referenced in 4 skills across indexed repositories.

4 skills

data_fetch

Declared tool

Tool referenced in 4 skills across indexed repositories.

4 skills

doc_search

Declared tool

Tool referenced in 4 skills across indexed repositories.

4 skills

execute_code

Declared tool

Tool referenced in 4 skills across indexed repositories.

4 skills

mcp__aws-mcp__

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__awsdocs__

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__github__get_pull_request

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

4 skills

mcp__hex-graph__audit_workspace

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__hex-line__edit_file

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__hex-line__verify

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__linear-server__update_issue

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__mcp-brain_task_manager__project_query

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__mcp-brain_task_manager__task_update

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__obsidian-vault__

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__phantom-reflective__phantom_list_sessions

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__playwright__

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

4 skills

mcp__playwright__browser_click

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

4 skills

mcp__playwright__browser_press_key

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

4 skills

mcp__playwright__browser_type

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

4 skills

mcp__playwright__browser_wait_for

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

4 skills

mcp__qmd__get

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__qmd__multi_get

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__qsv__qsv_joinp

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__qsv__qsv_moarstats

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__qsv__qsv_select

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__qsv__qsv_slice

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__ssh-mcp-server__download

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__ssh-mcp-server__execute-command

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__ssh-mcp-server__list-servers

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__ssh-mcp-server__upload

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__stability-ai__stability-ai-generate-image

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__tauri__driver_session

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__tauri__ipc_execute_command

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__tauri__ipc_get_captured

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__tauri__ipc_monitor

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__tauri__manage_window

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__tauri__read_logs

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__tauri__webview_dom_snapshot

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__tauri__webview_execute_js

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__tauri__webview_find_element

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__tauri__webview_get_styles

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp__zotero__

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 skills across indexed repositories.

4 skills

mcp_shadcn

Declared tool

Tool referenced in 4 skills across indexed repositories.

4 skills

nmem_auto

Declared tool

Tool referenced in 4 skills across indexed repositories.

4 skills

nmem_health

Declared tool

Tool referenced in 4 skills across indexed repositories.

4 skills

nmem_remember

Declared tool

Tool referenced in 4 skills across indexed repositories.

4 skills

replace_in_file

Declared tool

Tool referenced in 4 skills across indexed repositories.

4 skills

scripts/run-tests.mjs

Declared tool

Tool referenced in 4 skills across indexed repositories.

4 skills

StrReplace

Declared tool

Tool referenced in 4 skills across indexed repositories.

4 skills

TaskStop

Declared tool

Tool referenced in 4 skills across indexed repositories.

4 skills

jina-reader

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills, 1 MCP config across indexed repositories.

3 skills 1 MCP configs

angular-cli

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 MCP configs across indexed repositories.

4 MCP configs

cloudbase

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 MCP configs across indexed repositories.

4 MCP configs

eslint

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 MCP configs across indexed repositories.

4 MCP configs

exa

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 MCP configs across indexed repositories.

4 MCP configs

myco

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 MCP configs across indexed repositories.

4 MCP configs

nixos

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 MCP configs across indexed repositories.

4 MCP configs

nuxt

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 MCP configs across indexed repositories.

4 MCP configs

r-mcptools

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 MCP configs across indexed repositories.

4 MCP configs

reference-langchain

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 MCP configs across indexed repositories.

4 MCP configs

slack

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 MCP configs across indexed repositories.

4 MCP configs

sqlite

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 MCP configs across indexed repositories.

4 MCP configs

taskmaster-ai

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 MCP configs across indexed repositories.

4 MCP configs

tauri

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 MCP configs across indexed repositories.

4 MCP configs

tidewave

MCP tool

Tool provided through a Model Context Protocol server. Found in 4 MCP configs across indexed repositories.

4 MCP configs

--method

Declared tool

Tool referenced in 3 skills across indexed repositories.

3 skills

-C*openclip

Declared tool

Tool referenced in 3 skills across indexed repositories.

3 skills

-rf

Declared tool

Tool referenced in 3 skills across indexed repositories.

3 skills

.claude/scripts/jira-ops.sh

Declared tool

Tool referenced in 3 skills across indexed repositories.

3 skills

GET

Declared tool

Tool referenced in 3 skills across indexed repositories.

3 skills

mcp__chrome-devtools__

MCP tool

MCP server that connects to Chrome DevTools Protocol. Provides browser inspection, console output, network monitoring, and DOM manipulation.

3 skills

mcp__chrome-devtools__evaluate_script

MCP tool

MCP server that connects to Chrome DevTools Protocol. Provides browser inspection, console output, network monitoring, and DOM manipulation.

3 skills

mcp__chrome-devtools__take_screenshot

MCP tool

MCP server that connects to Chrome DevTools Protocol. Provides browser inspection, console output, network monitoring, and DOM manipulation.

3 skills

mcp__figma-remote-mcp__get_design_context

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__figma-remote-mcp__get_screenshot

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__github__

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

3 skills

mcp__github__add_issue_comment

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

3 skills

mcp__github__create_pull_request_review

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

3 skills

mcp__github__get_pull_request_files

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

3 skills

mcp__handoff__handoff_get_task

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__handoff__handoff_list_tasks

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__handoff__handoff_push_plan

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__handoff__handoff_sync_status

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__handoff__handoff_update_task

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__hex-graph__analyze_architecture

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__hex-graph__find_references

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__hex-graph__find_symbols

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__hex-graph__index_project

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__hex-graph__inspect_symbol

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__hex-line__inspect_path

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__hex-line__write_file

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__ide__getDiagnostics

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__linear__save_issue

MCP tool

Project management tool for software teams. The MCP server reads and creates issues, cycles, and project updates without leaving the editor.

3 skills

mcp__playwright__browser_evaluate

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

3 skills

mcp__playwright__browser_run_code

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

3 skills

mcp__playwright__browser_tabs

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

3 skills

mcp__plugin_power-pages_microsoft-learn__microsoft_code_sample_search

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__plugin_power-pages_microsoft-learn__microsoft_docs_fetch

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__plugin_power-pages_microsoft-learn__microsoft_docs_search

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__plugin_power-pages_playwright__browser_click

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__plugin_power-pages_playwright__browser_navigate

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__plugin_power-pages_playwright__browser_snapshot

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__qsv__qsv_search

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__tauri__webview_screenshot

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

mcp__very-good-cli__create

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 skills across indexed repositories.

3 skills

NotebookEdit

Declared tool

Edits Jupyter notebook cells. Can add, replace, or remove cells by index. Supports code, markdown, and raw cell types in .ipynb files.

3 skills

process_manager shell_execute

Declared tool

Tool referenced in 3 skills across indexed repositories.

3 skills

PushNotification

Declared tool

Tool referenced in 3 skills across indexed repositories.

3 skills

PYTHONPATH=.

Declared tool

Tool referenced in 3 skills across indexed repositories.

3 skills

rev-parse

Declared tool

Tool referenced in 3 skills across indexed repositories.

3 skills

search_query

Declared tool

Tool referenced in 3 skills across indexed repositories.

3 skills

serper-google

Declared tool

Tool referenced in 3 skills across indexed repositories.

3 skills

spec-gen-plan-refactor

Declared tool

Tool referenced in 3 skills across indexed repositories.

3 skills

StitchMCP

Declared tool

Tool referenced in 3 skills across indexed repositories.

3 skills

video_orchestrator.py

Declared tool

Tool referenced in 3 skills across indexed repositories.

3 skills

web-fetch

Declared tool

Tool referenced in 3 skills across indexed repositories.

3 skills

zhipu-search

Declared tool

Tool referenced in 3 skills across indexed repositories.

3 skills

agentation

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 MCP configs across indexed repositories.

3 MCP configs

aspire

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 MCP configs across indexed repositories.

3 MCP configs

atlassian

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 MCP configs across indexed repositories.

3 MCP configs

aws-knowledge

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 MCP configs across indexed repositories.

3 MCP configs

browsermcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 MCP configs across indexed repositories.

3 MCP configs

cloudflare

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 MCP configs across indexed repositories.

3 MCP configs

code-review-graph

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 MCP configs across indexed repositories.

3 MCP configs

comfyui-mcp-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 MCP configs across indexed repositories.

3 MCP configs

dart

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 MCP configs across indexed repositories.

3 MCP configs

firecrawl

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 MCP configs across indexed repositories.

3 MCP configs

godot

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 MCP configs across indexed repositories.

3 MCP configs

linear-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 MCP configs across indexed repositories.

3 MCP configs

microsoft-learn

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 MCP configs across indexed repositories.

3 MCP configs

stripe

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 MCP configs across indexed repositories.

3 MCP configs

switchboard

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 MCP configs across indexed repositories.

3 MCP configs

tanstack

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 MCP configs across indexed repositories.

3 MCP configs

tessl

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 MCP configs across indexed repositories.

3 MCP configs

vercel

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 MCP configs across indexed repositories.

3 MCP configs

vue-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 MCP configs across indexed repositories.

3 MCP configs

wechat

MCP tool

Tool provided through a Model Context Protocol server. Found in 3 MCP configs across indexed repositories.

3 MCP configs

${CLAUDE_PLUGIN_ROOT}/skills/count-mcp-tools/scripts/count-tools.ts

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

--dev

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

--group

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

--help

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

--package

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

--show-current

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

--test

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

-f

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

-g

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

-s

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

-v

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

-y

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

.claude/scripts/format-and-lint.sh

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

agent-device

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

app_cli

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

arxiv-search

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

deep-research

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

delegate_to_ai_agent python_code check_delegated_tasks

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

fetch-diff

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

file_read

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

get-url

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

list_workflows

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

mcp__backlog__task_edit

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__backlog__task_view

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__brave-search__brave_web_search

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__canvas-authoring__compile_canvas

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__cdk__

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__chrome-devtools__navigate_page

MCP tool

MCP server that connects to Chrome DevTools Protocol. Provides browser inspection, console output, network monitoring, and DOM manipulation.

2 skills

mcp__chrome-devtools__resize_page

MCP tool

MCP server that connects to Chrome DevTools Protocol. Provides browser inspection, console output, network monitoring, and DOM manipulation.

2 skills

mcp__claude_ai_Asana__create_task_confirm

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__claude_ai_Asana__create_task_preview

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__claude_ai_Asana__get_me

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__claude_ai_Asana__get_task

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__claude_ai_Asana__search_tasks_preview

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__claude_ai_Asana__update_tasks

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__context7

MCP tool

MCP server that pulls up-to-date documentation for libraries and frameworks directly into the conversation. Reduces hallucination by grounding answers in current docs.

2 skills

mcp__exa__web_search_exa

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__github__add_comment_to_pending_review

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

2 skills

mcp__github__add_reply_to_pull_request_comment

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

2 skills

mcp__github__create_issue

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

2 skills

mcp__github__list_pull_requests

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

2 skills

mcp__github__pull_request_read

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

2 skills

mcp__github__pull_request_review_write

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

2 skills

mcp__github_inline_comment__create_inline_comment

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__google-scholar__search_google_scholar_advanced

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__hex-graph__analyze_changes

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__hex-graph__analyze_edit_region

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__hex-line__grep_search

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__linear-server__create_comment

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__linear-server__create_issue

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__linear-server__list_issues

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__magic__21st_magic_component_builder

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__magic__21st_magic_component_refiner

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__mcp-brain_task_manager__project_create

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__mcp-brain_task_manager__project_dependency_query

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__mcp-brain_task_manager__project_dependency_set

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__mcp-brain_task_manager__project_progress

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__mcp-brain_task_manager__task_create

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__mcp-brain_task_manager__task_delete

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__mcp-brain_task_manager__task_pipeline_check

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__mcp-brain_task_manager__task_stats

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__mongodb__

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__pencil__batch_design

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__pencil__batch_get

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__pencil__find_empty_space_on_canvas

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__pencil__get_editor_state

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__pencil__get_guidelines

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__pencil__get_screenshot

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__pencil__get_style_guide

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__pencil__get_style_guide_tags

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__pencil__get_variables

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__pencil__open_document

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__pencil__set_variables

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__pencil__snapshot_layout

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__playwright__browser_close

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

2 skills

mcp__plugin_power-pages_playwright__browser_close

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__qmd__status

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__qsv__qsv_describegpt

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__qsv__qsv_to_parquet

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__sequential-thinking__sequentialthinking

MCP tool

MCP server that structures multi-step reasoning. Helps agents break complex problems into ordered steps, revise earlier conclusions, and maintain a clear chain of thought.

2 skills

mcp__SequentialThinking__sequentialthinking

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__supabase__

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__very-good-cli__packages_check_licenses

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__very-good-cli__packages_get

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__very-good-cli__test

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

mcp__web_reader__webReader

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 skills across indexed repositories.

2 skills

merge-base

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

nmem_conflicts

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

nmem_habits

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

playwright-cli

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

PLUGINS.md

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

REDIS_TEST=1

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

sandbox_execute_bash

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

sandbox_file_operations

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

security-scan

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

send_file

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

simple-files.

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

social_generate_cover_image

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

spec-gen-analyze-codebase

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

TaskOutput

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

web-search file-read

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

WriteFile

Declared tool

Tool referenced in 2 skills across indexed repositories.

2 skills

bedrock-agentcore

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill, 1 MCP config across indexed repositories.

1 skills 1 MCP configs

web-search

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill, 1 MCP config across indexed repositories.

1 skills 1 MCP configs

amplitude

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

apple-docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

arxiv

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

arxiv-mcp-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

astro-docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

aws-diagram

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

aws-iac

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

chakra-ui

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

chrome-devtools-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

claude-code-explorer

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

clickup

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

cmdr

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

codegraph

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

devinfra-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

docker

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

Figma Desktop

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

filesystem_docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

filesystem_workspace

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

firebase

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

firefox-devtools

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

gemini

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

ghidra

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

gitlab

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

gopls

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

hubspot

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

huggingface-skills

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

kuzu-memory

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

MaaMCP

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

magic

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

marionette

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

mastra

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

mcp-docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

mcp-search-console

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

microsoft-docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

mongodb

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

mysql

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

nexus-router

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

notebooklm

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

nuxt-ui

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

o3-search

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

odoo

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

openmemory

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

perplexity

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

phrocs

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

plate

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

primeng

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

puppeteer

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

qmd

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

railway-mcp-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

relaycast

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

resend

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

ruv-swarm

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

seam-docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

semgrep

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

sentry-dev

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

sequential-thinking-tools

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

sequentialthinking

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

socraticode

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

sonde

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

spear-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

spotlight

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

storybook

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

temporal-docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

time

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

tools

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

trigger

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

ultracite

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

wheat

MCP tool

Tool provided through a Model Context Protocol server. Found in 2 MCP configs across indexed repositories.

2 MCP configs

$MNGR_AGENT_NAME

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

${CLAUDE_PLUGIN_ROOT}/skills/discuss-mcp/scripts/analyze-traces.ts

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

${CLAUDE_PLUGIN_ROOT}/skills/discuss-mcp/scripts/list-chained-tools.ts

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

${CLAUDE_PLUGIN_ROOT}/skills/update-ignored-endpoints/scripts/update-ignored-endpoints.ts

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

${CLAUDE_SKILL_DIR}/

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

-

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

--cwd

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

--empty

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

--owner

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

--repo

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

--sandbox

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

--write

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

-c

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

-d

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

-e

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

-m

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

-o

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

-sk

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

-Version

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

-w

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

.claude/scripts/check-ci.sh

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

.claude/scripts/poll-pr.sh

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

.claude/scripts/remote-playwright.sh

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

.claude/scripts/session-setup.sh

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

.claude/scripts/validate-pr-title.sh

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

.claude/skills/microcopy-review/references/ibm-style-guide.txt

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

.claude/skills/webgpu-specs/download.sh

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

.continue-here.md

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

/.claude/skills/using-mtcute/tools/

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

/etc/os-release

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

/scripts/discover-servers.sh

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

/scripts/execute-code.sh

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

/search-patents.sh

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

/tmp/security-review-

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

1-3

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

2-3

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

@ant-design/cli

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

@mermaid-js/mermaid-cli

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

@vercel/before-and-after

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

_tools/screenshots/

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

action-cli.ts

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

add_locations

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

agent-task

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

analyze-ci

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

ansible-galaxy

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

ansible-playbook

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

api-call

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

app_launcher

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

app_list

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

apple-oss-distributions

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

apply_diff

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

audio_automation

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

autocontext_judge autocontext_improve autocontext_status autocontext_scenarios autocontext_queue

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

Automattic/pocket-casts-android

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

bad-tool

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

BashOutput

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

BashTool

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

battery_monitor

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

bedrock-agentcore-control

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

bedrock-agentcore-runtime

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

before-and-after

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

bluetooth_automation

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

bug-cli

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

calendar-create-event

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

camera_control

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

check_status

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

checkup-report.js

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

cherry-pick

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

chromiumWorkspace

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

clipboard-read

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

clipboard-write

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

code_mode

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

contacts-delete

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

contacts-search

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

contacts-upsert

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

context-search-agent

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

convert_temperature convert_distance convert_weight

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

create_schedule

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

cron_job

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

cron_scheduler

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

CronList

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

delegate_to_ai_agent check_delegated_tasks

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

delegate_to_ai_agent python_code javascript_code web_search http_request calculator current_time

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

delete_schedule

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

describe_component

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

describe_stacks

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

directory-create

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

discover_skills

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

dump-test-schema

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

EnterWorktree

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

environmental_sensors

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

execute_command read_file

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

executeCommand

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

explore_component

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

FakeTool

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

fetch-app-settings

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

fetch-unresolved-comments

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

fetchGithubReadme

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

fetchWebContent

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

ffmpeg -ss

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

file_modify

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

FileReadTool

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

FileWriterTool

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

find_annotations

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

fs_search

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

generate-sandbox

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

Get-AzureDevOpsBuildAnalysis.ps1

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

get_schedule

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

get_schedule_history

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

git-init

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

git_diff

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

GitHub API

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

google_calendar

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

google_contacts

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

google_drive

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

google_gmail

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

google_sheets

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

google_tasks

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

health-active-energy-today

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

health-distance-today

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

health-heart-rate-resting

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

health-sleep-last-night

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

health-sleep-week

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

health-steps-range

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

health-steps-today

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

health-steps-yesterday

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

health-workout-recent

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

http file_read

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

http_fetch

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

inspect_image

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

invoke_skill

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

javascript_code

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

KillShell

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

knowledge-retrieval

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

KODUS_GET_PULL_REQUEST KODUS_GET_PULL_REQUEST_DIFF

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

lime_create_broadcast_generation_task

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

lime_create_cover_generation_task

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

lime_create_image_generation_task

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

lime_create_modal_resource_search_task

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

lime_create_transcription_task

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

lime_create_typesetting_task

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

lime_create_url_parse_task

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

lime_create_video_generation_task

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

lime_search_web_images

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

lime_site_info

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

lime_site_list

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

lime_site_run

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

lime_site_search

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

lint-branch

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

lint-check complexity-analysis

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

lint_svg

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

list-functions

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

list-timers

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

list_schedules

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

list_slash_commands query_plugin_capabilities run_slash_command

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

mcp__1c-ai-debug__execute_1c_code

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__1c-ai-debug__run_unit_tests

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__21st_dev__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__4_5v_mcp__analyze_image

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__<your-mcp>__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__acdocs__fetch_agentcore_doc

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__acdocs__search_agentcore_docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__actionbook__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__arxiv-mcp-server__list_papers

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__auto-researcher__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__backlog__task_complete

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__backlog__task_list

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__backlog__task_search

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__brain_ipc_c__conversation_create

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__brain_ipc_c__ipc_list_agents

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__brain_ipc_c__ipc_recv

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__brain_ipc_c__ipc_register

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__brain_ipc_c__ipc_search

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__brain_ipc_c__ipc_send

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__canvas-authoring__describe_api

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__canvas-authoring__get_data_source_schema

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__canvas-authoring__list_apis

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__canvas-authoring__list_data_sources

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__canvas-authoring__sync_canvas

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__ccw-tools__core_memory

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__chrome-devtools__emulate

MCP tool

MCP server that connects to Chrome DevTools Protocol. Provides browser inspection, console output, network monitoring, and DOM manipulation.

1 skills

mcp__chrome-devtools__lighthouse_audit

MCP tool

MCP server that connects to Chrome DevTools Protocol. Provides browser inspection, console output, network monitoring, and DOM manipulation.

1 skills

mcp__chrome-devtools__performance_analyze_insight

MCP tool

MCP server that connects to Chrome DevTools Protocol. Provides browser inspection, console output, network monitoring, and DOM manipulation.

1 skills

mcp__chrome-devtools__performance_start_trace

MCP tool

MCP server that connects to Chrome DevTools Protocol. Provides browser inspection, console output, network monitoring, and DOM manipulation.

1 skills

mcp__chrome-devtools__performance_stop_trace

MCP tool

MCP server that connects to Chrome DevTools Protocol. Provides browser inspection, console output, network monitoring, and DOM manipulation.

1 skills

mcp__chrome__use_browser

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__circleci-mcp-server__find_flaky_tests

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__circleci-mcp-server__get_build_failure_logs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__circleci-mcp-server__get_job_test_results

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__circleci-mcp-server__get_latest_pipeline_status

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__circleci-mcp-server__list_followed_projects

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__circleci-mcp-server__rerun_workflow

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Asana__get_my_tasks

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Asana__get_project

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Asana__get_projects

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Asana__get_tasks

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Asana__search_objects

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_bioRxiv__get_preprint

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Chainloop__download_evidence_by_digest

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Chainloop__get_frameworks_compliance

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Chainloop__list_pieces_of_evidence

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Chainloop__list_products_with_versions

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Notion__fetch

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Notion__notion-create-comment

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Notion__notion-create-database

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Notion__notion-create-pages

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Notion__notion-duplicate-page

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Notion__notion-get-comments

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Notion__notion-get-teams

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Notion__notion-get-users

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Notion__notion-move-pages

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Notion__notion-update-data-source

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Notion__notion-update-page

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_ai_Notion__search

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__claude_buddy__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__clawmem__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__conductor__GetWorkspaceDiff

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__context7__

MCP tool

MCP server that pulls up-to-date documentation for libraries and frameworks directly into the conversation. Reduces hallucination by grounding answers in current docs.

1 skills

mcp__context7__get_library_docs

MCP tool

MCP server that pulls up-to-date documentation for libraries and frameworks directly into the conversation. Reduces hallucination by grounding answers in current docs.

1 skills

mcp__costexp__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__cursor-browser-extension__browser_navigate

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__cursor-browser-extension__browser_take_screenshot

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__cursor-browser-extension__browser_wait_for

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__cw__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__datadog-mcp__aggregate_datadog_ci_pipeline_events

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__datadog-mcp__aggregate_datadog_test_events

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__datadog-mcp__get_datadog_code_coverage_branch_summary

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__datadog-mcp__get_datadog_code_coverage_commit_summary

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__datadog-mcp__get_datadog_flaky_tests

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__datadog-mcp__get_prs_by_head_branch

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__datadog-mcp__search_datadog_ci_pipeline_events

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__datadog-mcp__search_datadog_logs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__datadog-mcp__search_datadog_test_events

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__datadog-mcp__search_pr_insights

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__dbt__get_lineage

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__dbt__get_lineage_dev

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__domscribe__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__exa__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__exa__deep_researcher_check

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__exa__deep_researcher_start

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__feishu__batch_create_feishu_blocks

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__feishu__create_feishu_document

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__feishu__create_feishu_folder

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__feishu__create_feishu_table

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__feishu__delete_feishu_document_blocks

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__feishu__get_feishu_document_blocks

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__feishu__get_feishu_document_info

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__feishu__get_feishu_folder_files

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__feishu__search_feishu_documents

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__fetch__fetch_html

MCP tool

General-purpose HTTP client tool. Makes requests to URLs and returns the response body. Used for API calls, downloading files, and checking endpoints.

1 skills

mcp__fetch__fetch_json

MCP tool

General-purpose HTTP client tool. Makes requests to URLs and returns the response body. Used for API calls, downloading files, and checking endpoints.

1 skills

mcp__fetch__fetch_markdown

MCP tool

General-purpose HTTP client tool. Makes requests to URLs and returns the response body. Used for API calls, downloading files, and checking endpoints.

1 skills

mcp__fetch__fetch_readable

MCP tool

General-purpose HTTP client tool. Makes requests to URLs and returns the response body. Used for API calls, downloading files, and checking endpoints.

1 skills

mcp__fetch__fetch_txt

MCP tool

General-purpose HTTP client tool. Makes requests to URLs and returns the response body. Used for API calls, downloading files, and checking endpoints.

1 skills

mcp__fetch__fetch_youtube_transcript

MCP tool

General-purpose HTTP client tool. Makes requests to URLs and returns the response body. Used for API calls, downloading files, and checking endpoints.

1 skills

mcp__figma-remote-mcp__get_metadata

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__figma-remote-mcp__get_variable_defs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__firecrawl__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__firecrawl__firecrawl_agent

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__firecrawl__firecrawl_crawl

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__firecrawl__firecrawl_extract

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__firecrawl__firecrawl_map

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__firecrawl__firecrawl_scrape

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__git__git_diff_unstaged

MCP tool

MCP server for Git version control operations. Provides structured access to repository status, diffs, logs, branches, and commit operations.

1 skills

mcp__git__git_status

MCP tool

MCP server for Git version control operations. Provides structured access to repository status, diffs, logs, branches, and commit operations.

1 skills

mcp__github__create_pull_request

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

1 skills

mcp__github__get_issue

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

1 skills

mcp__github__get_pull_request_comments

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

1 skills

mcp__github__get_pull_request_reviews

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

1 skills

mcp__github__get_pull_request_status

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

1 skills

mcp__github__list_issues

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

1 skills

mcp__github__merge_pull_request

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

1 skills

mcp__github__search_issues

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

1 skills

mcp__github__search_pull_requests

MCP tool

MCP server for GitHub API operations. Manages repositories, issues, pull requests, and workflows directly from an AI coding session.

1 skills

mcp__gmail__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__google-calendar__create-event

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__google-calendar__delete-event

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__google-calendar__find-free-time

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__google-calendar__list-events

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__google-calendar__manage-accounts

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__google-calendar__update-event

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__google-scholar__get_author_info

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__google-sheets__create_spreadsheet

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__grepai__grepai_search

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__harness__harness_mem_

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__harness__harness_mem_record_checkpoint

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__harness__harness_mem_resume_pack

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__hex-graph__find_implementations

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__hex-graph__trace_dataflow

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__hex-graph__trace_paths

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__hex-line__bulk_replace

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__huggingface__get-daily-papers

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__huggingface__get-paper-info

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__huggingface__search-models

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__ide__executeCode

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__interactive_review__start_review

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__jk__append_ai_journal

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__jk__create_note

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__jk__edit_note

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__jk__list_notes

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__jk__list_tags

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__jk__patch_note

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__jk__rag_search

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__jk__read_note

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__jk__recent_journals

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__jk__reindex

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__lark__bitable_v1_app_create

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__lark__bitable_v1_appTable_create

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__lark__bitable_v1_appTable_list

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__lark__bitable_v1_appTableField_list

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__lark__bitable_v1_appTableRecord_create

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__lark__bitable_v1_appTableRecord_search

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__lark__bitable_v1_appTableRecord_update

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__lark__im_v1_chat_list

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__lark__im_v1_message_create

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__linear

MCP tool

Project management tool for software teams. The MCP server reads and creates issues, cycles, and project updates without leaving the editor.

1 skills

mcp__linear-server__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__linear-server__create_project

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__linear-server__get_issues

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__linear-server__get_project

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__linear-server__list_comments

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__linear-server__list_projects

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__linear-server__list_teams

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__linear__get_issue

MCP tool

Project management tool for software teams. The MCP server reads and creates issues, cycles, and project updates without leaving the editor.

1 skills

mcp__linear__get_project

MCP tool

Project management tool for software teams. The MCP server reads and creates issues, cycles, and project updates without leaving the editor.

1 skills

mcp__linear__list_issues

MCP tool

Project management tool for software teams. The MCP server reads and creates issues, cycles, and project updates without leaving the editor.

1 skills

mcp__linear__list_projects

MCP tool

Project management tool for software teams. The MCP server reads and creates issues, cycles, and project updates without leaving the editor.

1 skills

mcp__linear__list_teams

MCP tool

Project management tool for software teams. The MCP server reads and creates issues, cycles, and project updates without leaving the editor.

1 skills

mcp__linear__save_project

MCP tool

Project management tool for software teams. The MCP server reads and creates issues, cycles, and project updates without leaving the editor.

1 skills

mcp__mcp-server-firecrawl__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__memory-palace__add_alias

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__memory-palace__compact_context

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__memory-palace__create_memory

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__memory-palace__delete_memory

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__memory-palace__index_status

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__memory-palace__read_memory

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__memory-palace__rebuild_index

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__memory-palace__search_memory

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__memory-palace__update_memory

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__memorylane__get_pattern_details

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__memorylane__list_patterns

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__mineru-document-explorer__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__mise__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__mobile-mcp__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__motherduck__execute_query

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__my-plugin-mcp__my_plugin

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__nx-mcp__nx_generator_schema

MCP tool

MCP server for Nx monorepo tooling. Provides workspace graph analysis, task orchestration, and project dependency information for Nx-managed repositories.

1 skills

mcp__nx-mcp__nx_generators

MCP tool

MCP server for Nx monorepo tooling. Provides workspace graph analysis, task orchestration, and project dependency information for Nx-managed repositories.

1 skills

mcp__opentrace_oss__get_node

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__opentrace_oss__get_stats

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__opentrace_oss__list_nodes

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__opentrace_oss__search_graph

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__opentrace_oss__traverse_graph

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__pencil__replace_all_matching_properties

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__pencil__search_all_unique_properties

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__perplexity__perplexity_ask

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__perplexity__perplexity_reason

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__perplexity__perplexity_research

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__perplexity__perplexity_search

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__phantom-scheduler__phantom_schedule

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__pikiclaw-browser__browser_click

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__pikiclaw-browser__browser_evaluate

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__pikiclaw-browser__browser_fill_form

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__pikiclaw-browser__browser_navigate

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__pikiclaw-browser__browser_press_key

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__pikiclaw-browser__browser_run_code

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__pikiclaw-browser__browser_snapshot

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__pikiclaw-browser__browser_take_screenshot

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__pikiclaw-browser__browser_type

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__playwright-test__test_debug

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__playwright-test__test_list

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__playwright-test__test_run

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__playwright__browser_console_messages

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

1 skills

mcp__playwright__browser_hover

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

1 skills

mcp__playwright__browser_install

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

1 skills

mcp__playwright__browser_navigate_back

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

1 skills

mcp__playwright__browser_resize

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

1 skills

mcp__playwright__browser_select_option

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

1 skills

mcp__playwright__browser_tab_close

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

1 skills

mcp__playwright__browser_tab_list

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

1 skills

mcp__playwright__browser_tab_new

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

1 skills

mcp__playwright__browser_tab_select

MCP tool

Browser automation framework by Microsoft. Provides headless Chrome, Firefox, and WebKit control for testing web applications, taking screenshots, and scraping pages.

1 skills

mcp__plugin_claude-code-settings_exa__get_code_context_exa

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_claude-code-settings_exa__web_search_exa

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_collaborative-canvas_canvas__add_to_canvas

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_collaborative-canvas_canvas__capture_screenshot

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_collaborative-canvas_canvas__close_canvas

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_collaborative-canvas_canvas__close_widget

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_collaborative-canvas_canvas__delete_canvases

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_collaborative-canvas_canvas__export_canvas

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_collaborative-canvas_canvas__get_canvas_state

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_collaborative-canvas_canvas__list_canvases

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_collaborative-canvas_canvas__listen

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_collaborative-canvas_canvas__open_canvas

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_collaborative-canvas_canvas__save_canvas

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_collaborative-canvas_canvas__update_canvas

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_meta_mux__get_phabricator_diff_details

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_meta_mux__search_files

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_nx_nx-mcp__ci_information

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_nx_nx-mcp__update_self_healing_fix

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_power-pages_playwright__browser_console_messages

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_power-pages_playwright__browser_evaluate

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_power-pages_playwright__browser_network_requests

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_power-pages_playwright__browser_resize

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_power-pages_playwright__browser_take_screenshot

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__plugin_power-pages_playwright__browser_wait_for

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__pricing__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__prompt-learning__get_analytics

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__prompt-learning__optimize_prompt

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__prompt-learning__record_feedback

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__prompt-learning__retrieve_prompts

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__prompt-learning__suggest_improvements

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__Ref

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__Ref__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__scitex__browser_

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__shadcn__

MCP tool

MCP server for the shadcn/ui component library. Surfaces component APIs, usage examples, and installation commands for Tailwind-based React UI components.

1 skills

mcp__specbox-engine__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__stitch__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__supabase__apply_migration

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__supabase__execute_sql

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__supabase__list_tables

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__tauri__webview_interact

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__tauri__webview_keyboard

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__tauri__webview_wait_for

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__telegram-mcp__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__uidotsh__uidotsh_fetch

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__vanta__controls

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__vanta__risks

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__vanta__tests

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__vanta__vulnerabilities

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__vercel__

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp__vibma__connection

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 skill across indexed repositories.

1 skills

mcp_chirp3-hd_list_chirp_voices mcp_chirp3-hd_chirp_tts mcp_lyria_lyria_generate_music mcp_avtool_ffmpeg_layer_audio_files mcp_avtool_ffmpeg_adjust_volume mcp_avtool_ffmpeg_convert_audio_wav_to_mp3 mcp_avtool_ffmpeg_get_media_info mcp_avtool_ffmpeg_concatenate_media_files mcp_gemini-multimodal_gemini_audio_tts mcp_gemini-multimodal_list_gemini_voices mcp_nanobanana_nanobanana_image_generation

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

mcp_nanobanana_nanobanana_image_generation

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

mcp_veo_veo_t2v mcp_veo_veo_i2v mcp_veo_veo_extend_video mcp_veo_veo_first_last_to_video mcp_veo_veo_ingredients_to_video mcp_avtool_ffmpeg_overlay_image_on_video mcp_avtool_ffmpeg_concatenate_media_files mcp_avtool_ffmpeg_video_to_gif mcp_avtool_ffmpeg_combine_audio_and_video mcp_avtool_ffmpeg_get_media_info

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

mcp_veo_veo_t2v mcp_veo_veo_i2v mcp_veo_veo_extend_video mcp_veo_veo_first_last_to_video mcp_veo_veo_ingredients_to_video mcp_lyria_lyria_generate_music mcp_gemini-multimodal_gemini_audio_tts mcp_nanobanana_nanobanana_image_generation mcp_avtool_ffmpeg_concatenate_media_files mcp_avtool_ffmpeg_get_media_info mcp_avtool_ffmpeg_combine_audio_and_video

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

MCPSearch

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

memory-save memory-get

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

memory-save memory-get memory-clear memory-view memory-search

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

memory_get

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

memory_list

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

memory_nav

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

memory_write

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

message_send

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

motion_detection

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

MUST

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

notification_prefs

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

openapi-generator

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

pa_run

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

paper-search

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

plugin-testing

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

process_manager

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

process_next

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

python_code

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

python_code javascript_code

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

query_custom_identifiers update_custom_identifiers recognize_media

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

query_transfer_history delete_transfer_history recognize_media transfer_file search_media

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

read_file edit_file write_file think_tool

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

read_file list_dir search_web browser_subagent

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

read_file list_dir search_web read_url_content

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

read_file write_to_file run_command

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

readFile

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

readPaper

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

reminders-create

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

repos/apple-oss-distributions

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

repos/Automattic/pocket-casts-android/

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

repos/patternfly/patternfly-org/git/trees/

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

repos/peteonrails/voxtype/discussions:read-only

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

repos/redhat-documentation/supplementary-style-guide/git/trees/

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

REQUIRED

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

Retry-AzureDevOpsFailedStages.ps1

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

sandbox_execute_code

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

ScheduleWakeup

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

screen_control_automation

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

scripts/agent-reviews.js

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

scripts/switch_cli.sh

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

search-regulations

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

search-regulations generate-report

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

search-slack

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

searchArticles

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

shadcn-svelte@latest

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

shell_execute

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

show_nearby_places

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

similarity-

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

similarity-mbt

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

similarity-py

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

similarity-rs

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

similarity-ts

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

skill_create

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

skill_list

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

skill_refresh

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

skill_search

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

skill_update

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

spark-submit

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

spec-gen-execute-refactor

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

stripe_

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

supabase-

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

system-config.json

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

tak_cli

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

task_manager

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

tavily-web-search

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

temp/repo-cache/

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

temporal_clear

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

temporal_get_prompt

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

temporal_list_pending

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

temporal_respond

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

temporal_scan_workflows

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

temporal_update_canvas

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

temporal_watch

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

tool_catalog

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

trigger_schedule_now

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

trust-cli.ts

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

tui-test

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

twitter_search

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

twitter_send

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

twitter_user

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

UnknownTool

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

update-config.mjs

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

update-snapshots

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

update-vulndb

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

update_schedule

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

whatsapp_db

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

whatsapp_send

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

wifi_automation

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

workspace-mcp

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

write_todos

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

~/.claude/skills/extract-wisdom/scripts/wisdom.py

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

~/.config/home-assistant/.env

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

命令验证代码质量

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

查阅最新文档和最佳实践

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

运行

Declared tool

Tool referenced in 1 skill across indexed repositories.

1 skills

1c-code-check-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

1c-code-metadata-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

1c-data-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

1C-docs-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

1c-forms-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

1c-graph-metadata-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

1c-ssl-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

1c-syntax-checker-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

1c-templates-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

actionbook

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

adloop

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

adm-toolkit

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

admin-db

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

adsagent

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

AfterEffectsMCP

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

agent-base

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

agent-kit

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

Agent-MCP

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

agentcore-memory

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

agents

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

agents-observe

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

agtx

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ahrefs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ai-orchestrator

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ai-software-architect

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

airbnb

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

alumnium

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

anythink

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

API specification

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

apple-calendar

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

apple-contacts

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

apple-mail

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

apple-maps

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

apple-messages

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

apple-notes

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

apple-reminders

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

arcana

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

architect-lab

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

archon-os

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

arduino

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

argocd-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

astra-db-mcp-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

Astro docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

atlas-mcp-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

author

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

awareness-memory

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

aws-api

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

aws-documentation

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

aws-serverless

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

azure

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

azure-devops

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

azure-sdk-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

baseplate-dev-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

bb-sandbox

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

bear-notes-project-local

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

bernstein

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

better-auth

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

bible-scholar-v2

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

bigquery

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

bintrail

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

bkit-analysis

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

bkit-pdca

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

bknd

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

blender

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

board

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

browser

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

browser-use

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

buckyball-dev

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

build

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

bunqueue

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

calculator

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

canva

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

canvas

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

capy

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

carbon-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

casefoundry

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

cc-workflow-studio

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

cemq

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

chainlink-safe-fetch

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

chatlog-api

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

chatwoot

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

chrome

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

chrome-devtools-mcp@latest

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

chrome-mcp-stdio

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ckb

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

claude-code-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

claude-code-organizer

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

claude-in-chrome

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

claude-peers

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

claude_dms3-chrome-devtools

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

claudette

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

clawide

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

cloudflare-api

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

cloudflare-bindings

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

cloudflare-builds

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

cloudflare-docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

cloudflare-observability

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

cloudwatch

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

codag

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

code

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

code-analysis-neurovision

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

code-quality

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

codebase

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

codemogger

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

coderabbitai

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

codex

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

codex-cli

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

codex-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

colorsandfonts

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

comfy-knowledge

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

commercetools-docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

computer-control

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

confluent-dev

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

console-ninja

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

consul-mcp-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

consult-llm

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

content-creation

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

contentful

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

context-7

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

context-a8c

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

context-coder

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

context-creator

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

context-mode

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

CopilotKit MCP

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

copilotkit-docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

core-cs-mcp-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

corsair

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

cozempic

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

cpp-lsp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

crates

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

cribl

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

crush

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

css-studio

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

cupertino

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

cursor-rules-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

cve-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

cwm-roslyn-navigator

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

cynic

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

cypress-debugger

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

dagger

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

dagster

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

daisyui-blueprint

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

daloopa

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

daloopa-docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

dart-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

dart-mcp-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

dash-api

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

data-hub

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

data-table-drizzle

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

data-table-infinite

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

database-postgresql

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

databricks

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

dataverse

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

date-fns

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

db

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

dbt

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

decision-memory

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

desktop-commander

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

dev

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

dev3000

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

develocity

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

devrag

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

discord-monitoring-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

docling-mcp-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

docs-cloudflare-workerd

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

docs-cloudflare-workers-sdk

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

docs-hydrogen

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

docs-langchain-reference

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

docs-mintlify

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

docs-rag

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

docs-react

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

docs-react-router

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

docs-remix

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

docs-shopify-cli

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

docs-vite

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

docs-xstate

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

docusign

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

domscribe

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

drawio

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

dsfr

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

dungeonmaster

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

edison-pal

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

electron

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

elementor-mcp-local

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

elena

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

elicit

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

email

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

episodic-memory

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

evalview

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

everything

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

everything-search

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

evolink

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

Exa AI (搜索)

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

excel

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

executor-stdio

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

expect

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

experience-hub

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

f2c-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

factor-hub

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

factorio-learning-env

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

fast-markdown

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

fastled

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

fastmail

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

fastproxy

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

fastproxy-channel

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ferryhopper

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

fetch-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

fetch-medical

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

fff

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

figma-dev-mode-mcp-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

figma-local-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

figma-remote-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

filesystem-assets

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

filesystem-core

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

finance-research-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

firefox-devtools-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

fireworks

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

fish-audio

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

flatbuffers Docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

fluree-memory

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

flutter-inspector

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

forest-grove

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

forge_extension

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

forgejo-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

formentera-snowflake

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

framer

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

freee-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

freee-sign-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

frida

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

gaode

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

gemini-api-docs-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

generaltranslation

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

generative-media

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

genkit

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

geo-optimizer

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

git-clarity

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

gitbutler

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

github-agentic-workflows

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

github-board

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

github-repo-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

gitnexus

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

gke

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

gkg

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

glama

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

gmail

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

go-language-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

godot-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

goodhope

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

google-calendar

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

google-scholar

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

google-trends-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

gopls-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

gradle

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

graph-of-skills

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

graphiti

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

graymatter

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

greptile

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

guidelines

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

gyoshu-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

haven-test

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

heady

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

heroui-react

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

HooksMCP

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

hospitable

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

http-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

huggingface

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ibm-baw-mcp-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ibm-decision-intelligence-mcp-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ibm-odm-decision-mcp-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ibm_watsonxdata_local_mcp_server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ibm_watsonxdata_remote_mcp_server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ibmi-mcp-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ide

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

idea-mcp-server (project root)

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

idea-reality

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

indeed

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

inferencemax-repos

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

infisical

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

insforge

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

intercom

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

intlayer

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

intlayer-sse

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ios-simulator

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

jactus

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

jaf

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

javadocs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

jb-youtrack-mcp-server (project root)

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

jina

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

jira

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

js-dev

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

json-render

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

jupyter

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

just-prompt

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

k2

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

kiwi

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

knip

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

knowns

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

kraken

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

kubernetes

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

kubeshark

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

lean-lsp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

leeroopedia

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

leonardo

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

letsfg

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

libbpf Docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

lichtfeld

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

lightdash-docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

lighthouse

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

liteapi

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

llm-review

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

localhost

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

locket

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

logisticsx

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

loki-mode

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

loli-heap

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

lsmcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

lucid

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

lucide-icons

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

lumen

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

lyra-gmail

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

maa-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

maestro

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

magic-ui

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

maz-ui

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

mcp-agent-mail

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

mcp-deepwiki

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

mcp-deepwiki-live

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

mcp-feedback-enhanced

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

mcp-language-server-docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

mcp-taskmanager

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

mcp-use-docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

mcp-vector-search

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

mcp-windbg

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

MCP_DOCKER

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

mcp_excalidraw

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

mediawiki-mcp-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

medical-mcps

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

memory-educational

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

meshtastic

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

microsoft.docs.mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

microsoftdocs-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

mill

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

mim

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

minimax

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

mintlify

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

mnemo

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

mobile-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

moddevmcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

monday

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

morphllm

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

motion

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

moz

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

mps-mcp-server (project root)

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

multiomics-kg

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

n8n-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

nanobanana-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

native-devtools

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

neo4j

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

neon

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

newsblur

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

newsblur-dev

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

nextjs-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ng-diagram-docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

nightwatch

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

nodejs-api-docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

note-hub

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

nothumanallowed

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

notionApi

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

notionMCP

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

novel

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

nowledge-mem

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

nrepl

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

nuget

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

nuxt-docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

nuxt-hub

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

observability

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

obsidian-mcp-server-http

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

obsidian-mcp-server-stdio

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

octo-browser

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

oksskolten

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

one-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

open-ontologies

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

openaiDeveloperDocs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

opencode

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

openmc-code-tools

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

openpocket-emulator

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

opensaas-stack

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

openskill-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

openzeppelin

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ouroboros

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

oxbow

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

paintswap-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

palomatika-db

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

paper

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

paperless-rag

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

patrol

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

pce-memory

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

pdf-reader

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

pepper

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

pg-aiguide

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

phoenix-builder

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

php-bilibili-danmu Docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

pinion

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

pinner-mcp-stdio-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

playwright-headed

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

playwright-simple

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

playwriter

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

polar-sandbox

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

polymarket

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

port-kill

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

postgres-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

posthog

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

PowerBIQuery

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

pps-caia

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

pps-lyra

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

prefect

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

promptfoo

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

pulp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

pulse

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

pushover

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

pySigma Docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

python-lsp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

pyxel-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

qdrant

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

quarto-hub

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

query-logs-db

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

RadonAi

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

railway

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

readwise

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

recallnest

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

redis

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

redis-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

Ref

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

regle-mcp-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

remotion

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

remotion-documentation-own

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

render

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

renderdoc

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

replay

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

research-hub

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

resend-api

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

resend-dev

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

resolume-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

responsible-vibe-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

robloxstudio-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

rs-agent

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

rubyevents

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ruflo

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

rust

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

rust-analyzer

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

rust-ui

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

Saleor GraphQL API

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

sanity

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

scope

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

se-ranking

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

seed-design

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

semiotic

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

semrush

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

Sequential Thinking

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

serena_shared

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

server-puppeteer

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

session-orchestrator

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

shadcn-vue

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

Shrimp Task Manager

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

sigma Docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

sigma-specification Docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

signals

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

silo

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

similarweb

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

sistrix

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

skill-seekers

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

skiplagged

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

slop-guard-dev

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

slope

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

smartcart

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

smrt-dev-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

smrt-docs-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

social_media

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

soleil-ai-review-engine

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

spacectl

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

spacecurve

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

speak_when_done

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

spec-workflow

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

spectral

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

squire

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ssh

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

st

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

st-http

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

stdio

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

stdio-full

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

stitch

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

stm32

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

storybook-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

strategy-hub

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

sub-agents

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

substrate

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

supabase-all-projects

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

supabase-local

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

supabase-self-hosted

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

swarm-orchestrator

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

swordswarm

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

synthora-agentic-pipeline

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

system

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

t

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

t27-traceability

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

tailscale

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

TalkToFigma

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

task-master

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

taskyou

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

tauri-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

tavily-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

teamwork

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

telegram-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

temporal-playground

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

terminusdb

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

terraform

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

terraform-mcp-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

test

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

textlint

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

threlte

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

tidy3d

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

tim-mcp-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

time-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

tirith-gateway

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

token-optimizer

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

Tool Manager MCP

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

toolkami-fs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

total-recall

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

transaction-forensics

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

trello

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

trilium

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

trinity

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

trivago

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

truck-cad

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

trycompai

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

tui-harness

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

twilio

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

typescript-language-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

typescript-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ui-thing

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ultimate-slice

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ultimate-slice-attach

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ultimate-slice-python-socket

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

ultra-search

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

umbraco-cms

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

unityMCP

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

unrealMCP

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

user-profile-app

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

vault-mcp-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

vault-radar-mcp-server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

vault_sync

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

vector-graph

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

vector-os-nano

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

vendor-next

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

very-good-cli

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

vet-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

vibeship-scanner

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

vite-plus

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

voicemode

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

voipi

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

vscode-inspector

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

wakalat-ai

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

wallaby

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

waveform-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

webflow

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

webiny

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

wechat_mcp_server

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

weixin

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

welcomecrm-context

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

wheeler_core

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

wheeler_mutations

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

wheeler_ops

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

wheeler_query

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

workflow

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

wt

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

xc-build

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

xc-setup

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

xiaohongshu-mcp

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

xiaohongshuritter

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

youtrack

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

youtrack-agent

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

youtube

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

zen

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

zep-documentation

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

zig-docs

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

zoplicate-codebase

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

zoplicate-workflow

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs

zotero-reference

MCP tool

Tool provided through a Model Context Protocol server. Found in 1 MCP config across indexed repositories.

1 MCP configs