What is the io.github.rog0x/schema MCP server?
JSON Schema, TypeScript types, mocks for AI agents
How to install io.github.rog0x/schema
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"schema": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-schema-tools"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"schema": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-schema-tools"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"schema": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-schema-tools"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"schema": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-schema-tools"
]
}
}
}Claude Code
claude mcp add schema -- npx -y @rog0x/mcp-schema-tools