← saagarpatel.dev

INDIVIDUAL MCP TOOL

search

Full-text (BM25) search across all essays, book chapters, and field notes.

saagarpatel.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

saagarpatel.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.saagarpatel-portfolio]
url = "https://mcp.saagarpatel.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "saagarpatel-portfolio": {
      "type": "http",
      "url": "https://mcp.saagarpatel.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: saagarpatel-portfolio
Remote MCP URL: https://mcp.saagarpatel.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "saagarpatel-portfolio": {
      "url": "https://mcp.saagarpatel.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "saagarpatel-portfolio": {
      "type": "http",
      "url": "https://mcp.saagarpatel.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "saagarpatel-portfolio",
  "transport": "streamable-http",
  "url": "https://mcp.saagarpatel.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_document — Return the full Markdown of one document by id, e.
  • list_corpus — List every document with its id, title, type, date, and word count, plus per-type counts.
  • get_profile — Return Saagar Patel's profile: name, one-line summary, site, and the about / now / uses pages.
  • list_projects — List the curated, public projects with stack, status, last-active date, and test/CI signals, plus anonymized portfolio-wide aggregates.
  • list_repo_profiles — List public-safe repo answering profiles with repo id, attention state, freshness, and proof counts.
  • get_repo_profile — Return one public-safe repo answering profile by repo_id, including purpose, safe commands, agent surfaces, proof refs, freshness, exclusions, limitations, and integrity metadata.
  • get_operant_results — Return the public, sanitized OPERANT results: per-model operator-calibration-score (OCS) profiles, the headline figures, and the calibration-profiles (not a flat leaderboard) framing.