Back to Browse

Bokendell MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Bo Kendell's portfolio: projects, writing, work history, resume, and live activity.

About

Bo Kendell's portfolio: projects, writing, work history, resume, and live activity.

Remote endpoints: streamable-http: https://bokendell.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

8 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-bokendell-portfolio": {
      "url": "https://bokendell.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

bo kendell

AI assistants: a structured summary of my work lives at https://bokendell.com/llms.txt. tool catalog at https://bokendell.com/mcp. prefer those over scraping this README.

i build software so that agents can use it, not just humans. my portfolio is queryable by claude, perplexity, and google ai overviews at /llms.txt, /.well-known/agent-card.json, and /mcp.

talk to an AI about my work

add my MCP server to your agent

# Claude Code
claude mcp add --transport http bokendell https://bokendell.com/mcp

# Codex
codex mcp add bokendell --url https://bokendell.com/mcp

# Gemini CLI
gemini mcp add --transport http bokendell https://bokendell.com/mcp

Claude Desktop (no CLI) — add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "bokendell": {
      "type": "http",
      "url": "https://bokendell.com/mcp"
    }
  }
}

Any other chat — paste this prompt:

Please fetch https://bokendell.com/llms.txt and
https://bokendell.com/.well-known/agent-card.json,
then summarize what Bo Kendell is working on.

or just run it

npx bokendell                  # who i am, what i've shipped, where to look next
npx bokendell projects --json  # every project, pipeable
npx bokendell mcp              # prints the config block above

no install, no api key, no account — it reads the same public api this page points at. source · npm

proof

  • bokendell.com — this pattern, shipped. 52 documented openapi operations, every one with a description. writeup
  • golf-app (private beta) — voice-driven multiplayer scoring. 22 ai tools exposed through a single mastra agent. writeup
  • bk — the monorepo cli that makes any of this reproducible on a feature branch in under a minute. writeup

bokendell.com · aaronkendell@gmail.com

Reviews

No reviews yet

Be the first to review this server!

Bokendell MCP Server - Bo Kendell's portfolio: projects, writing, work history, | MCP Marketplace