Search Lacuna's ML research graph for papers, directions, authors, venues, and hypotheses.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Lacuna Research MCP gives AI researchers' coding agents:
Lacuna, built by Tiptree Systems, is a research map of machine learning: a heterogeneous knowledge graph linking papers, research directions, authors, venues, institutions, and generated research proposals, with a source trail from every derived object back to the exact paper and page that produced it. Its pipeline reconciles scholarly records from OpenAlex, OpenReview, DBLP, and arXiv; extracts concept elements from paper text and clusters them into research directions (Lacuna paper); and samples novel research proposals from those directions with Alien Science. The map spans more than 730,000 papers, 190,000+ author profiles, 38,000+ research directions, and 3,000+ research proposals built from over 15 million concept elements β and it grows continuously as new arXiv and other AI papers are ingested.
Install Β· First use Β· Tools Β· API reference Β· Configuration
The easiest way to install Lacuna Research MCP is to ask your coding agent, such as Codex or Claude Code:
Install and configure the
lacuna-research-mcppackage from PyPI for this client.
For manual setup, the instructions below use uvx to run the latest tagged release from PyPI. Install uv first; Lacuna Research MCP requires Python 3.11 or newer.
Add the server with the Codex CLI:
Alternatively, add the following to ~/.codex/config.toml (or to .codex/config.toml in a trusted project for project-only setup):
Run codex mcp list to verify the server is configured. The Codex app, CLI, and IDE extension share this configuration on the same machine.
Add the server for all of your projects with the Claude Code CLI:
Omit --scope user to add it only to the current project. Alternatively, add the following under the top-level mcpServers object in ~/.claude.json:
Run claude mcp get lacuna-research to verify the server is configured.
Open Settings β Developer β Edit Config, then add the server under mcpServers in claude_desktop_config.json:
Restart Claude Desktop after saving the file.
For any client that supports local stdio MCP servers, use this standard configuration:
Install the MCP server as a persistent command:
Run it without installing a persistent command:
PyPI contains tagged releases. To try the latest code from the main branch instead:
With uv:
With pip:
After connecting the server, call:
search_lacuna(query="LLM jailbreak defense", search_type="hypothesis", limit=10)search_lacuna(query="methods for detecting prompt injection attacks", search_type="papers", limit=10) (production lexical+semantic paper ranking by default)get_hypothesis(hypothesis_id_or_url="bd35de182c2325ae")get_paper(artifact_id_or_url="art_79c57fbfec094f26b79c422cf08fed34") (defaults to view="context")get_direction(cluster_id_or_url=25108) (defaults to view="context")The corpus covers machine learning and AI research: papers, research directions, authors' research output, venues, institutions, and generated research hypotheses. It does not contain biographies, news, or non-research web content. Agents should answer questions outside that scope from other sources.
search_lacuna
Uses Lacuna's public /api/v1/search endpoint for directions, papers, authors, venues, institutions, and hypotheses. Explicit paper searches (search_type="paper") use the server's production lexical+semantic ranker when the other ranking arguments remain at their defaults. Pass search_type="hypothesis" (or "hypotheses" / "proposal" / "proposals") for hypothesis search.get_hypothesis(hypothesis_id_or_url, view="context")
Hypothesis/proposal. view="context" (default) is a compact single-fetch proposal context (summary, abstract, linked directions); view="full" returns the server's version record with version history and signal counts. Proposal bodies are in versions[].markdown.get_direction(cluster_id_or_url, view="context")
Research direction/cluster. view="context" (default) requests the compact agent-oriented summary; view="full" returns the raw cluster record.get_direction_papers(cluster_id_or_url, page, limit, view="compact")
Paginated papers attached to a direction. view="compact" (default) returns citation-ready rows (id, url, title, year, venue, a few authors, abstract snippet); view="full" returns the raw upstream paper records.get_paper(artifact_id_or_url, view="context", figure_limit=None)
Paper lookup. view="context" (default) requests the compact agent-oriented context; other views are "full", "preview", "blog", "figures", "concepts", or "neighbors". In context view, figure_limit caps the figure preview (server default 3; pass 0 to suppress previews while keeping a figures_truncated signal).get_author_context(β¦, view="context"), get_author_papers, get_author_directions, and get_author_neighbors. Start with get_author_context, which defaults to the compact agent-oriented view (capped papers plus a readable impact_directions list instead of raw impact_clusters telemetry). Use the dedicated papers, directions, and neighbors tools to page through those collections without repeating the author context. view="full" returns the server-bounded full-shape context (collections remain capped at 100). Pass include_neighbors=true to explicitly include similar authors; this may add significant server latency.get_venue_context(β¦, view="context"), get_institution_context(β¦, view="context"), get_institution_authors. Context tools default to compact (capped lists, duplicated blocks dropped; venue keeps a recent-activity slice that always includes the requested year). Use get_institution_authors to page through an institution's complete author list.No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/lacuna-research-mcp)<a href="https://allmcps.com/mcp/lacuna-research-mcp"><img src="https://allmcps.com/api/badge/lacuna-research-mcp?style=directory" alt="Lacuna Research MCP on AllMCPs" /></a>