PluginBench
MCP Server
Active
MIT

Vassiliy Lakhonin Profile MCP Server

io.github.vassiliylakhonin/profile-mcp

What is the Vassiliy Lakhonin Profile MCP server?

Read-only MCP profile server: CV, case studies, claim-to-evidence map, and role matching.

How to install Vassiliy Lakhonin Profile

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "profile-mcp": {
      "url": "https://vassiliy-lakhonin-mcp.vassiliy-lakhonin.workers.dev/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "profile-mcp": {
      "serverUrl": "https://vassiliy-lakhonin-mcp.vassiliy-lakhonin.workers.dev/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "profile-mcp": {
      "type": "http",
      "url": "https://vassiliy-lakhonin-mcp.vassiliy-lakhonin.workers.dev/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "profile-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://vassiliy-lakhonin-mcp.vassiliy-lakhonin.workers.dev/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http profile-mcp https://vassiliy-lakhonin-mcp.vassiliy-lakhonin.workers.dev/mcp

Related MCP servers

Evidence-readiness MCP server: validate, audit, and score briefs, memos, and evidence packs.

6
Python
MIT
View repository →