SushiMCP
@maverickg59
SushiMCP について
SushiMCP is a dev tools MCP that serves context on a roll.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"sushimcp": {
"command": "npx",
"args": [
"-y",
"@chriswhiterocks/sushimcp@latest",
"--llms-txt-source",
"cool_project:https://coolproject.dev/llms-full.txt",
"--openapi-spec-source",
"local_api:http://localhost:8787/api/v1/openapi.json"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is SushiMCP?
SushiMCP is a model context protocol (MCP) server that helps developers deliver context to their AI IDEs. It is designed to be simple to use and significantly improves the performance of both base and premium LLM models when generating code.
How to use SushiMCP?
The easiest way is to register SushiMCP with your MCP client using the default configuration via npx. The required arguments are --llms-txt-source (specifying a name and URL) and --openapi-spec-source (specifying a name and URL). For advanced configuration and deeper learning, consult the SushiMCP documentation at docs.sushimcp.com.
Key features of SushiMCP
- Simple to configure and register with any MCP client.
- Improves code generation for both base and premium LLM models.
- Delivers custom context via
--llms-txt-sourceand--openapi-spec-source. - Leverages the standard Model Context Protocol for interoperability.
- Open source under the AGPL‑3.0‑or‑later license.
Use cases of SushiMCP
—
FAQ from SushiMCP
—
「その他」の他のコンテンツ
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
ICSS
chokcoco不止于 CSS
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
コメント