Command Palette

Search for a command to run...

Home / Servers

ResearchGravity

Updated 1mo ago

by Dicoangelo

Frontier intelligence for meta-invention. Research that compounds.

"Let the invention be hidden in your vision"

Version Python License Status

Sessions Findings URLs Tokens

Graph Nodes API Endpoints Critics

Metaventions AI


Why • What's New • Architecture • Quick Start • Auto-Capture • Sources • Contact


Proof Deck — See It Work

ResearchGravity Proof Deck — 9-slide interactive demo

9-slide interactive proof: real DB stats, EvidencedFinding schema, 3-stream oracle critique, and a live pipeline demo that writes real findings to antigravity.db.

Open Interactive Deck


What's New in v6.1 — Security & Reliability (January 2026)

Production-hardened API with enterprise security.

FeatureDescription
🔐 JWT AuthenticationToken-based auth with /api/auth/token endpoint
⏱️ Rate Limitingslowapi integration (10/min search, 30/min write)
🛡️ Input ValidationPath traversal prevention, session ID sanitization
📝 Structured LoggingJSON/console formats with request context
🔄 Dead-Letter QueueFailed writes queued for retry with exponential backoff
⚡ Async CohereNon-blocking embedding calls via asyncio.to_thread
🔒 Connection PoolSemaphore-guarded SQLite pool (race condition fix)

Authentication

# Get JWT token
curl -X POST http://localhost:3847/api/auth/token \
  -H "Content-Type: application/json" \
  -d '{"client_id": "my-app", "scope": "write"}'

# Use token
curl -H "Authorization: Bearer <token>" http://localhost:3847/api/auth/me

# Or use API key
curl -H "X-API-Key: <your-api-key>" http://localhost:3847/api/v2/stats

Environment Variables

export RG_SECRET_KEY=$(python -c "import secrets; print(secrets.token_hex(32))")
export RG_API_KEY="your-service-api-key"
export RG_LOG_LEVEL="INFO"  # DEBUG, INFO, WARNING, ERROR
export RG_LOG_JSON="true"   # JSON format for production

What's New in v6.0 — Interactive Research Platform (January 2026)

From manual workflow to intelligent auto-capture. 3x faster research sessions with real-time URL capture.

Related servers

n8n

Updated today

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

204,501

mcp-server-fetch

OfficialUpdated 14d ago

by modelcontextprotocol

A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

90,371

@modelcontextprotocol/server-everything

OfficialUpdated 14d ago

by modelcontextprotocol

MCP server that exercises all the features of the MCP protocol

90,371

mcp-server-git

OfficialUpdated 14d ago

by modelcontextprotocol

A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs

90,371