@praha/byethrow-mcp
v0.1.7
Published
MCP server for @praha/byethrow
Readme
@praha/byethrow-mcp 👋
@praha/byethrow-mcp retrieves the up-to-date documentation and code examples and places them directly in your prompts.
Just add this server and tell them to use @praha/byethrow.
📦 Installation
Add this to your VS Code MCP config file. See VS Code MCP docs for more info.
{
"mcp": {
"servers": {
"@praha/byethrow": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@praha/byethrow-mcp"]
}
}
}
}Go to: Settings -> Cursor Settings -> MCP -> Add new global MCP server
Pasting the following configuration into your Cursor ~/.cursor/mcp.json file is the recommended approach. You may also install in a specific project by creating .cursor/mcp.json in your project folder. See Cursor MCP docs for more info.
{
"mcpServers": {
"@praha/byethrow": {
"command": "npx",
"args": ["-y", "@praha/byethrow-mcp"]
}
}
}Add this to your Roo Code MCP configuration file. See Roo Code MCP docs for more info.
{
"mcpServers": {
"@praha/byethrow": {
"command": "npx",
"args": ["-y", "@praha/byethrow-mcp"]
}
}
}Add this to your Windsurf MCP config file. See Windsurf MCP docs for more info.
{
"mcpServers": {
"@praha/byethrow": {
"command": "npx",
"args": ["-y", "@praha/byethrow-mcp"]
}
}
}Run this command. See Claude Code MCP docs for more info.
claude mcp add @praha/byethrow -- npx -y @praha/byethrow-mcpAdd this to your Claude Desktop claude_desktop_config.json file. See Claude Desktop MCP docs for more info.
{
"mcpServers": {
"@praha/byethrow": {
"command": "npx",
"args": ["-y", "@praha/byethrow-mcp"]
}
}
}🤝 Contributing
Contributions, issues and feature requests are welcome.
Feel free to check issues page if you want to contribute.
📝 License
Copyright © PrAha, Inc.
This project is MIT licensed.
