Content Tools
cyperx.dev
Provides access to a site's blog posts and projects via search, listing, and retrieval operations.
ENDPOINT 1
https://cyperx.dev/mcp
MCP server metadata
- Name
- cyperx-dev
- Version
- 1.0.0
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_overviewOrientation for the whole site: who runs it, what it covers, every section, and the machine-readable feeds available.
Inferred read-onlysearch_postsFull-text search across every blog post (title, excerpt, tags, category and body).
Potential side effectslist_postsList blog posts newest-first with title, date, tags, category and excerpt.
Inferred read-onlyget_postFetch the full raw markdown of one blog post by slug (roughly 5x cheaper to parse than the HTML page).
Potential side effectslist_projectsList the projects Chris builds and maintains, with tagline, stack, status and links.
Inferred read-onlyget_projectFull detail on one project by slug: description, stack, role, highlights, the challenge, the outcome and metrics.
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.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.
cyperx.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.