Cursor
Use Docsumo MCP in Cursor.
Prerequisites
- Cursor installed
- Your Docsumo API key from Settings → API & Webhooks
Setup
- Open Cursor Settings → MCP → Add new global MCP server, or edit
~/.cursor/mcp.jsondirectly (use.cursor/mcp.jsoninside a project to scope it to that project). - Add the Docsumo server (replace
YOUR_API_KEY):
{
"mcpServers": {
"docsumo": {
"url": "https://mcp.docsumo.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}- Save — Cursor picks up the change immediately (toggle the server off/on in Settings → MCP if needed).
Verify
The MCP settings page should show docsumo with a green dot and its tools. In a new Agent chat, try:
"Use Docsumo to show a summary of my documents by type and status."
Having trouble? See FAQ & troubleshooting.
