INDIVIDUAL MCP TOOL
inspect_agent_surface
Use this when an MCP Apps-capable host or generic MCP client needs to inspect Knowgrph agent-ready discovery, MCP Apps readiness, OpenAPI, and skill metadata.
LIVE ENDPOINT
https://airvio.co/knowgrph/mcp
Connect to this endpoint to inspect the live schema for inspect_agent_surface and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.knowgrph]
url = "https://airvio.co/knowgrph/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"knowgrph": {
"type": "http",
"url": "https://airvio.co/knowgrph/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: knowgrph
Remote MCP URL: https://airvio.co/knowgrph/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"knowgrph": {
"url": "https://airvio.co/knowgrph/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"knowgrph": {
"type": "http",
"url": "https://airvio.co/knowgrph/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "knowgrph",
"transport": "streamable-http",
"url": "https://airvio.co/knowgrph/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Use this when an MCP host needs to search published Knowgrph Source Files and return stable document IDs for the `fetch` tool.fetch— Use this when an MCP host needs the complete published Knowgrph Source File for an ID returned by `search`.list_source_files— Use this when an MCP host needs the published Knowgrph Source Files index as markdown.read_source_file— Use this when an MCP host knows a published Knowgrph canonical path and needs that Editor Workspace markdown content.read_shared_document— Use this when an MCP host has a Knowgrph share token or public Knowgrph share/document URL and needs the published markdown content.inspect_shared_document_structure— Use this when an MCP host has a Knowgrph share token or public Knowgrph share/document URL and needs frontmatter/body structure without mutating the document.