alexchernysh-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@alexchernysh-mcpWhat projects has Alex worked on?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
alexchernysh-mcp
Stateless, read-only MCP endpoint at https://mcp.alexchernysh.com that serves information about Alex Chernysh — profile, projects, CV and grounded answers from the published site. No account, no key, nothing stored.
claude mcp add --transport http alex https://mcp.alexchernysh.com/mcpWhat it does
Tool | Result |
| Answer a question about Alex Chernysh — background, projects, Bernstein, or working style. Grounded in published site content; declines questions it has no source for. |
| Structured professional profile: identity, positioning, stack, and capabilities. |
| Featured and additional projects, with short descriptions and links. |
| Link to the downloadable CV/résumé plus a short text summary. |
Related MCP server: personalknowhow
Configuration in mcp.json
{
"mcpServers": {
"alex": {
"type": "stdio",
"command": "npx",
"args": ["@modelcontextprotocol/server-stdio"],
"env": {
"MCP_ENDPOINT": "https://mcp.alexchernysh.com/mcp"
}
}
}
}Or with Claude Code:
claude mcp add --transport http alex https://mcp.alexchernysh.com/mcpTry it online
Paste a question or tool name at /try.
How it works
The Worker sits in front of the site's own /mcp endpoint. The Worker is stateless: no session state, no cache other than HTTP semantics, no client tracking. Every request is independent.
The site itself loads zero third-party resources — no Google Fonts, no analytics, no tracking pixels. The browser never sees a third-party connection, and the origin never learns who asked.
Limits
Limit | Value |
Request body | 64 KB |
Rate | 60 requests/minute per IP address |
Timeout | 25 seconds upstream |
The rate limit fails open — if the limiter is unavailable, the request proceeds.
Licence
Apache-2.0. See LICENSE.
Development
npm install
npm test # outbound-host check + vitest
npm run typecheck
npm run dev # wrangler devDeploying: see DEPLOY.md.
This server cannot be deployed
Maintenance
Related MCP Connectors
Query any docs site via MCP. Submit a URL, ask questions, get cited answers.
Read-only hosted MCP over CanonicAI's cited Answers corpus on canonicai.com.
btlabs Core MCP endpoint: site content and brand data for AI agents. OAuth or API key.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables querying and searching Ben Milne's personal site content, including essays, API endpoints, and PDF books, via MCP tools.-
- AlicenseNot gradedqualityBmaintenanceProvides semantic search and listing over a unified personal knowledge graph aggregating LinkedIn, GitHub, course completions, and more, enabling MCP clients to answer questions about skills and experience with evidence-backed results.1MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to query a person's CV and portfolio content via MCP tools and resources, returning grounded answers from local markdown data instead of relying on resume parsing.-
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to retrieve a personal biography, skills, projects, and contact links through a read-only MCP server.-