Skip to main content
Glama
benmilne-com

benmilne

by benmilne-com

benmilne-com/agents

Agent discovery configuration, agent skills, and developer resources for benmilne.com — the personal site of Ben Milne, founder of Brale.

The site serves 73 essays in 14 languages with a public API, RSS feeds, OpenAPI spec, and MCP tools — all from a single Cloudflare Workers application with content negotiation (HTML, JSON, Markdown from the same URL).

Install MCP Server

Platform

Action

VS Code

Add to VS Code

Cursor

Add to Cursor

Claude

claude mcp add --transport http benmilne https://benmilne.com/mcp

Any MCP client

POST https://benmilne.com/mcp (Streamable HTTP JSON-RPC)

Related MCP server: papermoon-mkdocs-mcp

Agent Skills

Install skills for AI coding agents:

npx skills add benmilne-com/agents

Skill

Description

mcp-api

Query and search benmilne.com content via MCP JSON-RPC tools

content-search

Full-text search across 69 published essays

the-value-layer

Retrieve and download The Value Layer PDF book

CLI

# Node.js
npm install -g benmilne-api
benmilne search "payments"

# Python
pip install benmilne-api
benmilne-api search "stablecoins"

See AGENTS.md for full endpoint documentation.

License

MIT

Related MCP Connectors

Related MCP Servers

  • F
    license
    A
    quality
    C
    maintenance
    Enables searching documentation from GitHub repositories and web pages via MCP tools, with in-memory indexing and caching for fast retrieval.
    3
    -
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables searching, reading, and navigating MkDocs documentation sites through MCP tools for keyword, semantic, or hybrid search, document browsing, and project metadata.
    1
    BSD 2-Clause "Simplified"
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides MCP tools for semantic search over personal knowledge sources using pluggable embeddings and local vector indexing.
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables browsing, searching, and quote verification of a local ebook library via MCP, providing deterministic RAG with no embeddings or network.
    6
    2
    MIT