m

maverickg59

@maverickg59/sushimcp
0 Stars 303 次浏览 maverickg59 更新于 2026-08-23
该服务暂未提供标准配置,请参考 README 手动接入

可用工具 (2 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

list_llms_txt_sources

This tool lists all available source urls where an llms.txt can be fetched. After reading the listed sources, use fetch_llms_txt to fetch any source that matches a technology in the instructions you received. Prefer llms.txt, but if llms.txt proves inadequate, check to see if other llms-full.txt or llms-mini.txt exist. When done, ask the user if they want to use non-MCP tools to search for documentation on any sources this tool could not find.

该工具无需必填参数,直接调用即可

fetch_llms_txt 1 个参数 需填 1 项

Fetches the content of one or more llms.txt urls. Some llms.txt files compile a list of urls to other llms.txt file locations because listing their full documentation would bloat context. If the documentation you re looking for does not exist in the llms.txt, look for reference links to other llms.txt files and follow those.

必填参数:input

服务介绍

SushiMCP 英雄图标

在 MseeP 上验证

SushiMCP

SushiMCP 是一个模型上下文协议服务器,旨在帮助开发者为其 AI IDE 提供上下文。它易于使用,并且在生成代码时可以显著提高基础和高级 LLM 模型的性能。最简单的入门方法是使用默认配置将 SushiMCP 注册到您的客户端:

将 SushiMCP 注册到 MCP 客户端

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

高级配置与深入学习

访问 SushiMCP 文档 以获取有关高级配置和更深入了解 SushiMCP 的更多信息。

Glama.ai 评分

作者

Chris White: 电子邮件 | GitHub | Discord | 个人网站 | X | LinkedIn | Five9 Cyber

许可证

本项目采用 AGPL-3.0 或更高版本许可。详情请参阅 license.txt 文件。

相关 MCP 服务