Getting Started
What is SushiMCP?
SushiMCP is a model context protocol server that is designed to assist developers with delivering context to their AI IDE's. It's a simple to use and tool that massively improves the performance of base and premium LLM models when generating code.
Registering SushiMCP
The easiest way to get started with SushiMCP is to register with default settings. Paste the following config into your mcp_config.json
file and reload your editor. Visit the /config page for information on customizing SushiMCP via registration args.
1{
2 "mcpServers": {
3 "sushimcp": {
4 "command": "npx",
5 "args": [
6 "@chriswhiterocks/sushimcp@latest"
7 ]
8 }
9 }
10}
Specific instructions for the most popular editors and extensions:
Using SushiMCP
Prompt your IDE agent to use SushiMCP:
Ask SushiMCP for any available documentation for Hono and Drizzle.
Update your global rules:
Use SushiMCP to fetch any available documentation for technologies, packages, or libraries used in this project.
Tools & Sources
Tools
Just like humans, AI agents need tools to perform their best work. Default tools and their identifiers are listed below. Visit the /tools page to learn tool use best practices and view our roadmap.
Tool Name | Identifier | Description |
---|---|---|
List llms.txt Sources | list_llms_txt_sources | Lists all llms.txt sources. |
Fetch llms.txt Content | fetch_llms_txt_source | Fetches a specific llms.txt. |
Sources
SushiMCP is loaded with a default list of verified llms.txt sources. Visit /sources to view the full list.