← Registry

Content Tools

airvio.co

Search and retrieve published Knowgrph source files and shared markdown documents using stable IDs, paths, or share tokens.

1 endpoint7 known toolsFirst detected August 9, 2026Last detected August 9, 2026

ENDPOINT 1

https://airvio.co/knowgrph/mcp

No auth detected

MCP server metadata

Name
knowgrph
Version
0.1.0
Capabilities
toolsresourcespromptsextensions.io.modelcontextprotocol/ui.mimeTypes

Known tools 7

search

Use this when an MCP host needs to search published Knowgrph Source Files and return stable document IDs for the `fetch` tool.

Inferred read-only
fetch

Use this when an MCP host needs the complete published Knowgrph Source File for an ID returned by `search`.

Inferred read-only
list_source_files

Use this when an MCP host needs the published Knowgrph Source Files index as markdown.

Inferred read-only
read_source_file

Use this when an MCP host knows a published Knowgrph canonical path and needs that Editor Workspace markdown content.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.