← jeda.ai
INDIVIDUAL MCP TOOL
recommend_framework
Recommends business / strategy / risk frameworks for a stated problem.
LIVE ENDPOINT
https://mcp.jeda.ai/mcp
Connect to this endpoint to inspect the live schema for recommend_framework 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.jeda-ai]
url = "https://mcp.jeda.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jeda-ai": {
"type": "http",
"url": "https://mcp.jeda.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jeda-ai
Remote MCP URL: https://mcp.jeda.ai/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": {
"jeda-ai": {
"url": "https://mcp.jeda.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jeda-ai": {
"type": "http",
"url": "https://mcp.jeda.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jeda-ai",
"transport": "streamable-http",
"url": "https://mcp.jeda.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
generate_visual— Generates a visual (flowchart, mindmap, matrix, timeline, Gantt, ER, sequence, swimlane, block diagram) as a self-contained SVG.get_style_options— Returns the full style-options catalog for `generate_visual` — theme presets, fonts, arrow styles, line styles, arrowheads, scene/connector animations, layout directions, per-edge overrides, and matrix/process-flow specifics.generate_framework_analysis— Runs a specific framework against a user's inputs and produces a full analysis: prose explanation + structured fields + a self-contained SVG visualisation.generate_diagram— DEPRECATED alias for `generate_visual` (removed no earlier than v1.