General Tools
sshh.io
Provides searchable access to Shrivu Shankar's bio, blog posts, and software projects.
ENDPOINT 1
https://sshh.io/mcp
MCP server metadata
- Name
- shrivu-shankar
- Version
- 1.0.0
Known tools 7
search_postsSearch Shrivu's blog posts (essays on coding agents, LLM systems, MCP, AI security, AI transformation) by keyword.
Inferred read-onlyget_postFetch the full text of one blog post as markdown, by slug (from search_posts/latest_posts).
Potential side effectssearch_projectsSearch Shrivu's 100 software projects by keyword, language, or domain (AI, Full Stack, Frontend, Backend, Mobile, ...).
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.shrivu-shankar]
url = "https://sshh.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"shrivu-shankar": {
"type": "http",
"url": "https://sshh.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: shrivu-shankar
Remote MCP URL: https://sshh.io/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": {
"shrivu-shankar": {
"url": "https://sshh.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"shrivu-shankar": {
"type": "http",
"url": "https://sshh.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "shrivu-shankar",
"transport": "streamable-http",
"url": "https://sshh.io/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.