← Registry

Productivity

saagarpatel.dev

A personal knowledge base and project portfolio manager that enables full-text search, document retrieval, and profile/project listing.

1 endpoint8 known toolsFirst detected July 6, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.saagarpatel.dev/mcp

No auth detected

MCP server metadata

Name
saagarpatel-portfolio
Version
0.1.0
Capabilities
tools.listChangedresources.listChangedprompts.listChanged
Server instructions

Read-only access to Saagar Patel's writing (essays, a book, field notes), projects, public-safe repo profiles, and OPERANT benchmark results, served from saagarpatel.dev. Start with get_profile or list_corpus to orient, search to find by topic, and get_document to read full text.

Known tools 8

search

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

Inferred read-only
get_document

Return the full Markdown of one document by id, e.

Inferred read-only
list_corpus

List every document with its id, title, type, date, and word count, plus per-type counts.

Inferred read-only
get_profile

Return Saagar Patel's profile: name, one-line summary, site, and the about / now / uses pages.

Inferred read-only
list_projects

List the curated, public projects with stack, status, last-active date, and test/CI signals, plus anonymized portfolio-wide aggregates.

Inferred read-only
list_repo_profiles

List public-safe repo answering profiles with repo id, attention state, freshness, and proof counts.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.