Content Tools
airvio.co
Search and retrieve published Knowgrph source files and shared markdown documents using stable IDs, paths, or share tokens.
ENDPOINT 1
https://airvio.co/knowgrph/mcp
MCP server metadata
- Name
- knowgrph
- Version
- 0.1.0
Known tools 7
searchUse this when an MCP host needs to search published Knowgrph Source Files and return stable document IDs for the `fetch` tool.
Inferred read-onlyfetchUse this when an MCP host needs the complete published Knowgrph Source File for an ID returned by `search`.
Inferred read-onlylist_source_filesUse this when an MCP host needs the published Knowgrph Source Files index as markdown.
Inferred read-onlyread_source_fileUse this when an MCP host knows a published Knowgrph canonical path and needs that Editor Workspace markdown content.
Inferred read-onlyread_shared_documentUse this when an MCP host has a Knowgrph share token or public Knowgrph share/document URL and needs the published markdown content.
Inferred read-onlyinspect_shared_document_structureUse 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.
Inferred read-onlyinspect_agent_surfaceUse 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.