JUHE API Marketplace
maverickg59 avatar
MCP Server

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.

8
GitHub Stars
8/22/2025
Last Updated
MCP Server Configuration
1{
2 "name": "sushimcp",
3 "command": "npx",
4 "args": [
5 "-y",
6 "@chriswhiterocks/sushimcp@latest",
7 "--llms-txt-source",
8 "cool_project:https://coolproject.dev/llms-full.txt",
9 "--openapi-spec-source",
10 "local_api:http://localhost: 8787/api/v1/openapi.json"
11 ]
12}
JSON12 lines

README Documentation

SushiMCP Hero Icon

Verified on MseeP

SushiMCP

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:


Registering SushiMCP with an MCP Client

{
  "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"
    ]
  }
}

Advanced Configuration & Deeper Learning

Visit the SushiMCP Docs for more information on advanced configuration and deeper learning about SushiMCP.


Glama.ai Ratings


Author

Chris White: Email | GitHub | Discord | Personal Site | X | LinkedIn | Five9 Cyber


License

This project is licensed under the AGPL-3.0-or-later. See the license.txt file for details.

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source