MCP Server
Active
MIT
Lacuna Research MCP MCP Server
io.github.tiptreesystems/lacuna-research-mcp
What is the Lacuna Research MCP MCP server?
Search Lacuna's ML research graph for papers, directions, authors, venues, and hypotheses.
How to install Lacuna Research MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"lacuna-research-mcp": {
"command": "uvx",
"args": [
"lacuna-research-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"lacuna-research-mcp": {
"command": "uvx",
"args": [
"lacuna-research-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"lacuna-research-mcp": {
"command": "uvx",
"args": [
"lacuna-research-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"lacuna-research-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"lacuna-research-mcp"
]
}
}
}Claude Code
claude mcp add lacuna-research-mcp -- uvx lacuna-research-mcpRelated MCP servers
Althea MCP
Active
Connect coding agents to your Althea and, through her, a consent-first network of ML researchers.
0
View repository →Python
MIT