AI & Machine Learning
kdcube.tech
Server that provides access to contextual knowledge and search capabilities for intelligent agents.
ENDPOINT 1
https://dev.kdcube.tech/api/integrations/bundles/demo/demo-march/knowledge@1-0/public/mcp/knowledge
MCP server metadata
- Name
- knowledge.knowledge
- Version
- 1.29.0
Known tools 4
get_access_contextReturn the principal and audiences currently applied to this knowledge MCP session.
Inferred read-onlyaboutExplain what this KDCube knowledge server is for, when an agent should use it, and which tools to call next.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for kdcube.tech was fetched 2026-08-03T16:43:36.104Z and is being refreshed.
kdcube.tech is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.