demo-mcp
Click on "Install 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., "@demo-mcpadd a note titled 'MCP demo' with tags demo, talk"
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.
demo-mcp
Public shared memory for the Silex talk MCP + second cerveau: anyone can contribute OKF markdown notes and links (optional human summary). Same brain via web UI and MCP (read + write).
No authentication. Rate limit: 3 adds / min and 3 modifications / min per IP.
What you can share
Kind | Format | Rules |
Note | Markdown + Open Knowledge Format frontmatter |
|
Link | URL ± title ± tags ± summary | Summary is human-only (never server-generated). List |
Notes are vectorized (when Workers AI + Vectorize are bound). Links are vectorized only if a summary is present.
Related MCP server: Bruin
Monorepo
apps/api Hono Worker — REST + MCP + D1 + (optional) Vectorize/AI
apps/web TanStack Router + React Query — public UI R/W
packages/shared OKF parser/validator + Zod schemasQuick start
bun install
# API (D1 local)
bun run dev:api
# → http://127.0.0.1:8787
# Web (proxies /api + /mcp to 8787)
bun run dev:web
# → http://127.0.0.1:5173Apply local D1 migrations (first run / after schema change):
bun run db:migrate:localExample: publish a note
curl -s http://127.0.0.1:8787/api/notes \
-H 'content-type: text/markdown' \
--data-binary @- <<'MD'
---
type: Note
title: Hello shared memory
tags: [demo, mcp]
---
Body in markdown. Link [[other]] or [x](./other.md).
MDExample: link without summary
curl -s http://127.0.0.1:8787/api/links \
-H 'content-type: application/json' \
-d '{"url":"https://example.com","tags":["reading"]}'MCP
claude mcp add demo-mcp --url http://127.0.0.1:8787/mcpPOST /mcp JSON-RPC: initialize, tools/list, tools/call.
REST map
Method | Path | Bucket |
GET |
| — |
POST |
| add |
PUT |
| mod |
POST |
| add |
GET |
| — |
POST |
| add |
PATCH |
| mod |
GET |
| — |
GET |
| — |
POST |
| tools write → same buckets |
Production
URL: https://demo-mcp.roxabi.dev
(same origin: SPA + /api/* + POST /mcp)
Deploy (from a machine with CF Roxabi credentials in the shell — never commit .env):
# credentials via Vaultwarden / wrangler OAuth — not files in this repo
export CLOUDFLARE_ACCOUNT_ID=b5e90be971920ce406f7b679c4f1cd33
bun install
# relative API paths (empty VITE_API_URL) — no .env file
bun --filter @demo-mcp/web build
bunx wrangler d1 migrations apply demo-mcp --remote --config apps/api/wrangler.toml
bunx wrangler deploy --config apps/api/wrangler.tomlOptional embeddings: create Vectorize index, uncomment [[vectorize]] in apps/api/wrangler.toml, redeploy.
Design notes
No auth — open write for talk/demo; IP rate limits only.
No
.envin repo — public config inwrangler.toml[vars]; CF secrets only if needed later (none today).OKF only for notes — invalid frontmatter → 400.
Double surface — web curation + MCP action, one Hono API.
Context: Silex talk MCP, plugins & second cerveau.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MickaelV0/demo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server