streamable-httpupdated 16d ago
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.
Was kannst du mit Bo Kendell — Portfolio machen?
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
Installation
Bo Kendell — Portfolio zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport http bo-kendell-portfolio https://bokendell.com/mcpcodex mcp add bo-kendell-portfolio --url https://bokendell.com/mcp{
"mcpServers": {
"bo-kendell-portfolio": {
"url": "https://bokendell.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"bo-kendell-portfolio": {
"type": "http",
"url": "https://bokendell.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"bo-kendell-portfolio": {
"url": "https://bokendell.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"bo-kendell-portfolio": {
"serverUrl": "https://bokendell.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Unvollständig
- Dokumentation22/25
- Pflege19/25
- Vertrauen6/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 7 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.0Aktuell | 24. Aug. 2026 |