Skip to content
VS Code

OntoRamp Graph Query for VS Code

com.ontoramp/graph-query

Architecture-grounded query for AI agents. Governance constraints, evidence-linked answers.

client:VS Code transport:streamable-http

Install OntoRamp Graph Query in VS Code

.vscode/mcp.json

{
  "servers": {
    "graph-query": {
      "type": "http",
      "url": "https://ontoramp-graph-query.fly.dev/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

OntoRamp Graph Query in other clients