Getting Started

SushiMCP Name Slogan Icon

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.

mcp_config.json
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 NameIdentifierDescription
List llms.txt Sourceslist_llms_txt_sourcesLists all llms.txt sources.
Fetch llms.txt Contentfetch_llms_txt_sourceFetches a specific llms.txt.

Sources

SushiMCP is loaded with a default list of verified llms.txt sources. Visit /sources to view the full list.

On this page