← Registry

Learning Resources

jido.run

An MCP server that searches and retrieves Agent Jido documentation pages with citation-friendly snippets and section listings.

1 endpoint3 known toolsFirst detected September 16, 2026Last detected September 16, 2026

ENDPOINT 1

https://jido.run/mcp/docs

No auth detected

MCP server metadata

Name
agent_jido_docs
Version
0.1.0
Capabilities
tools
Server instructions

Read-only documentation MCP server for Agent Jido. Available tools: search_docs, get_doc, list_sections.

Known tools 3

search_docs

Search Agent Jido documentation pages with citation-friendly snippets.

Inferred read-only
get_doc

Fetch the markdown payload and metadata for a documentation page by path.

Inferred read-only
list_sections

List the published documentation sections and their visible child pages.

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.agent_jido_docs]
url = "https://jido.run/mcp/docs"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent_jido_docs": {
      "type": "http",
      "url": "https://jido.run/mcp/docs"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent_jido_docs
Remote MCP URL: https://jido.run/mcp/docs

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": {
    "agent_jido_docs": {
      "url": "https://jido.run/mcp/docs"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent_jido_docs": {
      "type": "http",
      "url": "https://jido.run/mcp/docs"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent_jido_docs",
  "transport": "streamable-http",
  "url": "https://jido.run/mcp/docs"
}
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.