LIVE ENDPOINT
https://dev.kdcube.tech/api/integrations/bundles/demo/demo-march/knowledge@1-0/public/mcp/knowledge
Connect to this endpoint to inspect the live schema for search 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.knowledge-knowledge]
url = "https://dev.kdcube.tech/api/integrations/bundles/demo/demo-march/knowledge@1-0/public/mcp/knowledge"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"knowledge-knowledge": {
"type": "http",
"url": "https://dev.kdcube.tech/api/integrations/bundles/demo/demo-march/knowledge@1-0/public/mcp/knowledge"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: knowledge-knowledge
Remote MCP URL: https://dev.kdcube.tech/api/integrations/bundles/demo/demo-march/knowledge@1-0/public/mcp/knowledge
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": {
"knowledge-knowledge": {
"url": "https://dev.kdcube.tech/api/integrations/bundles/demo/demo-march/knowledge@1-0/public/mcp/knowledge"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"knowledge-knowledge": {
"type": "http",
"url": "https://dev.kdcube.tech/api/integrations/bundles/demo/demo-march/knowledge@1-0/public/mcp/knowledge"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "knowledge-knowledge",
"transport": "streamable-http",
"url": "https://dev.kdcube.tech/api/integrations/bundles/demo/demo-march/knowledge@1-0/public/mcp/knowledge"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_access_context— Return the principal and audiences currently applied to this knowledge MCP session.about— Explain what this KDCube knowledge server is for, when an agent should use it, and which tools to call next.read_refs— General exact reader for resources cited by knowledge results.