Learn about Model Context Protocol

A model context protocol server

mcp_config.json
1{
2  "mcpServers": {
3    "sushimcp": {
4      "command": "npx",
5      "args": [
6        "-y",
7        "@chriswhiterocks/sushimcp@latest",
8        "--llms-txt-source",
9        "hono:http://hono.dev/llms.txt",
10        "--openapi-spec-source",
11        "local_api:http://localhost:8787/api/v1/openapi.json"
12      ]
13    }
14  }
15}

Features & Roadmap

Tool NameIdentifierDescriptionStatus
List Sourceslist_llms_txt_sourcesDefault llms.txt sources (60+) available to the MCP server.Complete
Fetch Sourcefetch_llms_txt_sourceFetches a specific llms.txt from it's source.Complete
Fetch OpenAPI Specfetch_openapi_specFetches a specific OpenAPI spec from it's source.Complete
Git Ingestgit_ingestIngests a git repository into the MCP server.In Progress
Pseudo llms.txtpseudo_llms_txtScrapes a docs site to build a pseudo llms.txt file.Planned
Find Sourcefind_llms_txt_sourceSearch for llms.txt by identifier.Planned
Search Stack Overflowsearch_stackoverflowSearch Stack Overflow for answers.Planned

Supercharge your agent

Up to Date Docs

Up to Date Docs

Agents perform better with up to date docs.

Tired of stale docs? We are too. Most devs copy/paste their llms.txt, but there's no room in your kitchen for project bloat or table scraps. True chefs fetch their docs in real time.

OpenAPI Specs

OpenAPI Specs

Feed your agent your entire OpenAPI spec with a single request.

Imagine describing each endpoint from your API every time you want to add a feature, fix a bug, update a test. SushiMCP feeds that description to your agent all with a single url.