← Registry

Learning Resources

framo.app

Provides access to Framo's knowledge base by listing, searching, and retrieving documentation.

1 endpoint3 known toolsFirst detected August 12, 2026Last detected August 12, 2026

ENDPOINT 1

https://framo.app/api/mcp

No auth detected

MCP server metadata

Name
framo-knowledge
Version
0.1.0
Capabilities
tools
Server instructions

Framo's knowledge base. Call framo_list_docs or framo_search_docs to find a doc, then framo_get_doc to read it.

Known tools 3

framo_list_docs

List Framo's knowledge docs (id, title, description, type).

Inferred read-only
framo_search_docs

Search Framo's knowledge base by keyword or question (e.g.

Inferred read-only
framo_get_doc

Fetch the full markdown of one doc by id (e.g.

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.framo-knowledge]
url = "https://framo.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "framo-knowledge": {
      "type": "http",
      "url": "https://framo.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: framo-knowledge
Remote MCP URL: https://framo.app/api/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": {
    "framo-knowledge": {
      "url": "https://framo.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "framo-knowledge": {
      "type": "http",
      "url": "https://framo.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "framo-knowledge",
  "transport": "streamable-http",
  "url": "https://framo.app/api/mcp"
}
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 framo.app was fetched 2026-08-24T04:09:06.159Z.

Trust status Trusted

framo.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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