brave-search
v1.0.0-ghast.1Search the web, news, images, videos and places with Brave’s official Search API MCP server.
By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/Trapezohe/ghast-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/brave-search/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/brave-search/SKILL.md└── mcp.json
Included Skills1
Use Brave Search in Ghast. Search the web, news, images, videos and places with Brave’s official Search API MCP server. 通过 Brave 官方 Search API MCP 检索网页、新闻、图片、视频与地点信息。
MCP servers1
- command
- npx
- args
- -y @brave/[email protected] --transport stdio
- cwd
- ${PLUGIN_DATA}
- env.BRAVE_API_KEY_FILE
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "brave-search",
"version": "1.0.0-ghast.1",
"description": "Search the web, news, images, videos and places with Brave’s official Search API MCP server.",
"author": {
"name": "Ghast AI",
"url": "https://ghast.trapezohe.ai"
},
"homepage": "https://github.com/brave/brave-search-mcp-server",
"license": "MIT",
"extensions": {
"ai.trapezohe.ghast": {
"officialConnectorSource": "https://github.com/brave/brave-search-mcp-server",
"connectorPublisher": "Brave",
"category": "productivity",
"icon": "./assets/icon.png",
"displayName": "Brave Search",
"descriptions": {
"en": "Search the web, news, images, videos and places with Brave’s official Search API MCP server.",
"zh-CN": "通过 Brave 官方 Search API MCP 检索网页、新闻、图片、视频与地点信息。"
},
"mcpServerExtensions": {
"brave-search": {
"credentialEnv": {
"BRAVE_API_KEY": "$VAULT:brave-search-token"
}
}
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[brave-search on Agent Plugins Marketplace](https://pluginsmp.com/plugins/brave-search)