rukuma-dev
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rukuma-devsearch for articles about Cloudflare"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
rukuma.dev
Personal website for Rukuma Viegas. Positioned to attract offers, not applications — "operator at scale" + AI-native edge, for VP/C-level audiences and the AI assistants that research them.
Stack
Cloudflare Workers (Free plan — single Worker
rukuma-dev)Static assets served from
public/via theASSETSbindingMarkdown content in
public/content/— served raw to AI agents (.mdURLs) and rendered to styled HTML bysrc/worker.tsZero npm dependencies, zero build step
Related MCP server: codebaxing
Commands
Task | Command |
Local dev |
|
Deploy |
|
Login |
|
Routes
Path | What it serves |
| Home page |
| Raw narrative bio (agent-readable) |
| Impact case studies (rendered) |
| Raw markdown |
| Essays index (rendered) |
| Raw markdown |
| Agent index (AEO) |
| AI-bot allowlist |
| Sitemap |
Content
Edit markdown in public/content/. Front-matter keys: title, date, summary, tags, order. Re-deploy with npx wrangler deploy to publish.
Agent-readability (AEO)
robots.txtallows GPTBot, ClaudeBot, PerplexityBot, and othersllms.txtindexes every page with its markdown URLEvery content page has a
.mdtwin for agents
Phases (see CHANGELOG)
v1 (done): core site, content, agent-readability
v2 (planned): D1 content store +
/api/*, KV cachingv3 (planned):
/mcpendpoint, Vectorize, AI Search, WebMCP
This server cannot be deployed
Maintenance
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
MCP server for searching Airweave collections with natural language queries.
Capability registry for the agentic economy. Semantic search over verified MCP server listings.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that indexes documents and serves relevant context to LLMs via Retrieval Augmented Generation (RAG).2837MIT
- AlicenseAqualityFmaintenanceMCP server for semantic code search that indexes your codebase and allows AI editors to search using natural language queries.91253MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for documentation search that automatically indexes web documentation sites and provides semantic, full-text, or hybrid search capabilities.5MIT
- AlicenseAqualityAmaintenanceMCP server for semantic code search with AST-aware chunking, hybrid vectors, and query syntax.121Apache 2.0