SushiMCP
Delivers documentation context from various technology sources to improve code generation by fetching and serving relevant llms.txt documentation on demand.
7 stars
0 tools
Created Aug 2025
@maverickg59/maverickg59-sushimcpAbout
Delivers documentation context from various technology sources to improve code generation by fetching and serving relevant llms.txt documentation on demand.
Categories
general
Installation
npm
npm install @maverickg59/maverickg59-sushimcp
Configuration
{
"mcpServers": {
"maverickg59-sushimcp": {
"command": "npx",
"args": [
"-y",
"@maverickg59/maverickg59-sushimcp"
]
}
}
}