← rye.dev

INDIVIDUAL MCP TOOL

get_post

Return the full markdown body and frontmatter of a post by slug.

rye.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

rye.dev

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_posts — Return up to N most recent published blog posts.
  • search_posts — Case-insensitive substring match across title, description, and tags.
  • search_site — Semantic (vector similarity) search across blog posts and projects — the same Cloudflare Vectorize retrieval the Ask chatbot uses, without the LLM call.
  • list_projects — Return all portfolio projects with their slug, title, and short description.
  • get_project — Return the full markdown body and frontmatter of a project by slug.
  • get_about — Return a short bio about Cameron Rye, the portfolio owner.
  • get_now — Return what Cameron is currently working on, learning, building, reading, and up to in life — the live /now page sections.
  • get_reading — Return Cameron's reading list — books currently reading, finished, or abandoned, with notes.