MCPSmithy reads a declarative YAML config file and serves a fully functional MCP tool server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpsmithy": {
"command": "go",
"args": [
"run",
"github.com/iorubs/mcpsmithy@latest"
]
}
}
}
Run in terminal:
claude mcp add mcpsmithy go run github.com/iorubs/mcpsmithy@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpsmithy": {
"command": "go",
"args": [
"run",
"github.com/iorubs/mcpsmithy@latest"
]
}
}
}