Manual MCP Server for AI Assistants
Updated: 5 Mar 2026
Updated: 5 Mar 2026
The Notch Manual is available as an MCP (Model Context Protocol) server. This lets you connect AI assistants — such as Claude, Cursor, or ChatGPT — directly to the manual’s content, so they can search and retrieve documentation on your behalf.
Please note: the MCP server is currently in early access and the URL may change in the future. Any changes will be reflected on this page.
The URL for this manual (2026.1) is: https://mcp.us.algolia.com/1/VhovicqMTBa4TRG-YIi2zA/mcp
MCP URLs are specific to a certain Notch major version. Make sure to use the URL that corresponds to the version you’re using.
https://mcp.us.algolia.com/1/VhovicqMTBa4TRG-YIi2zA/mcphttps://mcp.us.algolia.com/1/VhovicqMTBa4TRG-YIi2zA/mcpAlternatively, you can directly add the following to your ~/.cursor/mcp.json or %USERPROFILE%\.cursor\mcp.json file:
{
"mcpServers": {
"Notch Manual": {
"type": "http",
"url": "https://mcp.us.algolia.com/1/VhovicqMTBa4TRG-YIi2zA/mcp"
}
}
}
Add the following to your ~/.vscode/mcp.json or %USERPROFILE%\.vscode\mcp.json file:
{
"servers": {
"Notch Manual": {
"type": "http",
"url": "https://mcp.us.algolia.com/1/VhovicqMTBa4TRG-YIi2zA/mcp"
}
}
}
https://mcp.us.algolia.com/1/VhovicqMTBa4TRG-YIi2zA/mcphttps://mcp.us.algolia.com/1/VhovicqMTBa4TRG-YIi2zA/mcpYou are an AI assistant that helps users find information in the Notch Manual.
Display the results exactly as returned. Do not filter, reorder, or summarize the hits.
The following tools are available through the MCP server:
| Tool name | Description |
|---|---|
algolia_search_prod_manual_1_0 |
Search the Notch Manual |
algolia_search_for_facet_values |
Search for facet values within the manual index |
algolia_recommendations |
Retrieve content recommendations |