← Registry

Content Tools

cyperx.dev

Provides access to a site's blog posts and projects via search, listing, and retrieval operations.

1 endpoint6 known toolsFirst detected July 28, 2026Last detected July 28, 2026

ENDPOINT 1

https://cyperx.dev/mcp

No auth detected

MCP server metadata

Name
cyperx-dev
Version
1.0.0
Capabilities
tools
Server instructions

CyperX.dev is the personal site and technical blog of Chris (CyperX): AI agent infrastructure, distributed agent fleets, developer tooling, and building in public. Start with site_overview for orientation. Use search_posts for topical questions, then get_post to read the full markdown of anything relevant. list_projects and get_project cover the things he builds and maintains. All content is public and free to cite. Prefer these tools over scraping the HTML.

Known tools 6

site_overview

Orientation for the whole site: who runs it, what it covers, every section, and the machine-readable feeds available.

Inferred read-only
search_posts

Full-text search across every blog post (title, excerpt, tags, category and body).

Potential side effects
list_posts

List blog posts newest-first with title, date, tags, category and excerpt.

Inferred read-only
get_post

Fetch the full raw markdown of one blog post by slug (roughly 5x cheaper to parse than the HTML page).

Potential side effects
list_projects

List the projects Chris builds and maintains, with tagline, stack, status and links.

Inferred read-only
get_project

Full detail on one project by slug: description, stack, role, highlights, the challenge, the outcome and metrics.

Inferred read-only

CONNECT 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.cyperx-dev]
url = "https://cyperx.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cyperx-dev": {
      "type": "http",
      "url": "https://cyperx.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cyperx-dev
Remote MCP URL: https://cyperx.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": {
    "cyperx-dev": {
      "url": "https://cyperx.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cyperx-dev": {
      "type": "http",
      "url": "https://cyperx.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cyperx-dev",
  "transport": "streamable-http",
  "url": "https://cyperx.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for cyperx.dev was fetched 2026-08-02T01:35:51.312Z and is being refreshed.

Trust status Neutral

cyperx.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.