CapabilitiesIntegrationsDocsCatalogPricing
Sign In
Start research

Start

Docs homeChoose the right setup path.Getting startedFirst session, files, briefs, and presentations.

Product

WorkspaceChat, experiments, split panes, and artifacts.Library filesUpload and reuse PDFs, CSVs, docs, and datasets.BriefsCited, scannable research documents.PresentationsTemplated, cited stakeholder decks.DashboardsInteractive, filterable analytics views.

Admin

OrganizationsTeams, billing, roles, and account setup.Security & privacyKeys, stored data, revocation, and privacy posture.

Developers

Developer APIOpenAI-compatible and native agent endpoints.MCP serverUse Cortexa inside Claude, Cursor, Codex, and more.IntegrationsSlack, MCP, API keys, and connected workflows.Tool catalogExplore verified research tools and sources.

Documentation

Docs homeGetting startedWorkspaceLibrary filesBriefsPresentationsDashboardsOrganizationsSecurity & privacyDeveloper APIMCP serverIntegrationsTool catalog
Model Context Protocol

Use Cortexa in MCP clients

Add Cortexa as a cited research tool inside Claude Desktop, Cursor, Codex, Claude Code, Windsurf, Zed, and any MCP-compatible host.

Get an API key
Tools
cortexa_researchactive
repo_search
web_search
Connected

cortexa via npx adapter

Claude Desktop · Cursor · CodexMCP / stdio
Find three primary sources comparing tau-PET endpoints in Alzheimer trials. Cite each.
Tool callcortexa_research
{
  "question": "tau-PET endpoints in Alzheimer trials"
}
Across the three retrieved trials, tau-PET signal change tracked cognitive decline more closely than amyloid-PET in two of the three cohorts — though sample sizes (<140) limit interpretation. Citations attached.
pubmed:30134522trial:NCT04482907trial:NCT04437511
pubmed:30134522trial:NCT04482907trial:NCT04437511

The tool

cortexa_research

Your host agent sees one tool. Cortexa decomposes the research question, searches across 2.2K+ live and curated tools, and returns a cited markdown answer.

Local install with stdio

Most desktop MCP clients use a local subprocess. The zero-install adapter is npx -y @yoreai/cortexa-mcp.

Cursor

Use ~/.cursor/mcp.json for user-wide setup or .cursor/mcp.json inside a workspace.
{
  "mcpServers": {
    "cortexa": {
      "command": "npx",
      "args": ["-y", "@yoreai/cortexa-mcp"],
      "env": {
        "CORTEXA_API_KEY": "sk-cortexa-live-..."
      }
    }
  }
}

Claude Desktop

Add the server to Claude's desktop configuration file, then restart Claude.
{
  "mcpServers": {
    "cortexa": {
      "command": "npx",
      "args": ["-y", "@yoreai/cortexa-mcp"],
      "env": {
        "CORTEXA_API_KEY": "sk-cortexa-live-..."
      }
    }
  }
}

Codex

Add this TOML block to ~/.codex/config.toml.
[mcp_servers.cortexa]
command = "npx"
args = ["-y", "@yoreai/cortexa-mcp"]
env = { CORTEXA_API_KEY = "sk-cortexa-live-..." }

Remote streamable HTTP

HTTP clients do not need a local npm adapter. Point the client athttps://api.cortexa.sh/mcpand pass the same bearer token you use for the API.
{
  "mcpServers": {
    "cortexa": {
      "type": "http",
      "url": "https://api.cortexa.sh/mcp",
      "headers": {
        "Authorization": "Bearer sk-cortexa-live-..."
      }
    }
  }
}

Smoke test

After you add the config, verify the key, reload the host, and ask one narrow source-backed question.
Confirm the key
Create a named key so you know which client owns the traffic.
Restart the host
Desktop clients usually need a restart or MCP reload after config changes.
Ask a narrow question
“Use Cortexa to find three cited sources about tau-PET endpoints.”
Cortexa.

The agent for research teams. 2.2K+ verified tools across every research discipline, every claim cited.

Product

  • Capabilities
  • Integrations
  • Documentation
  • Tool catalog
  • Pricing

Get started

  • Launch the agent
  • Sign in
  • Developer API
  • MCP server

Support

  • Help center
  • Contact us
  • Terms of Service
  • Privacy Policy

© 2026 Cortexa. All rights reserved.

TermsPrivacy·For research context only · Not medical, legal, or financial advice.