Productivity
saagarpatel.dev
A personal knowledge base and project portfolio manager that enables full-text search, document retrieval, and profile/project listing.
ENDPOINT 1
https://mcp.saagarpatel.dev/mcp
MCP server metadata
- Name
- saagarpatel-portfolio
- Version
- 0.1.0
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
list_corpusList every document with its id, title, type, date, and word count, plus per-type counts.
Inferred read-onlyget_profileReturn Saagar Patel's profile: name, one-line summary, site, and the about / now / uses pages.
Inferred read-onlylist_projectsList the curated, public projects with stack, status, last-active date, and test/CI signals, plus anonymized portfolio-wide aggregates.
Inferred read-onlylist_repo_profilesList public-safe repo answering profiles with repo id, attention state, freshness, and proof counts.
Inferred read-onlyget_repo_profileReturn 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-onlyget_operant_resultsReturn 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.