Skip to main content
Glama
chernistry

alexchernysh-mcp

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/mcp

What it does

Tool

Result

ask_alex

Answer a question about Alex Chernysh — background, projects, Bernstein, or working style. Grounded in published site content; declines questions it has no source for.

get_profile

Structured professional profile: identity, positioning, stack, and capabilities.

list_projects

Featured and additional projects, with short descriptions and links.

get_cv

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/mcp

Try 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 dev

Deploying: see DEPLOY.md.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables querying and searching Ben Milne's personal site content, including essays, API endpoints, and PDF books, via MCP tools.
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides 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.
    1
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.
    -
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to retrieve a personal biography, skills, projects, and contact links through a read-only MCP server.
    -