
SushiMCP
STDIO提升AI代码生成能力的上下文协议服务器
提升AI代码生成能力的上下文协议服务器
SushiMCP is a model context protocol server designed to assist developers with delivering context to their AI IDE's. It's simple to use and massively improves the performance of base and premium LLM models when generating code. The easiest way to get started is by registering SushiMCP with your client using the default configuration:
{ "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" ] } }
Visit the SushiMCP Docs for more information on advanced configuration and deeper learning about SushiMCP.
Chris White: Email | GitHub | Discord | Personal Site | X | LinkedIn | Five9 Cyber
This project is licensed under the AGPL-3.0-or-later. See the license.txt
file for details.