Catalog
Forkast MCP Docs
Official4 toolsby ForkastPredict
MCP server for querying Forkast documentation
Query and search Forkast documentation.
Captured live from the server via tools/list.
get_all_docs
Retrieve every document in the Forkast documentation space
No parameters.
get_doc
Retrieve a single document by its Archbee document ID
Parameters (1)
- docIdstringrequired
The Archbee document ID
search_query
Full-text search across Forkast documentation content
Parameters (1)
- querystringrequired
Search query text
search_title
Search Forkast documentation by document title
Parameters (1)
- querystringrequired
Title search text
README not available yet.
Install
Tools (4)
get_all_docsget_docsearch_querysearch_title
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://mcp.forkast.gg/mcpclaude_desktop_config.json
{
"mcpServers": {
"forkast-mcp-docs": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.forkast.gg/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.