OneSchema MCP Server for VS Code
co.oneschema/mcp
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
client:VS Code
transport:streamable-http
Install OneSchema MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "http",
"url": "https://api.oneschema.co/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs