From 8cf793a1a0a9fcb39b2fe5631393ab5cc3b2ff1a Mon Sep 17 00:00:00 2001 From: Ritwik Joshi Date: Sat, 5 Sep 2026 12:34:26 +0530 Subject: [PATCH 1/2] Add Ritwik Joshi MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 08f1f3ee3..ef7985169 100644 --- a/README.md +++ b/README.md @@ -2273,6 +2273,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [gpitrella/memxus-remote-mcp](https://github.com/gpitrella/memxus-remote-mcp) [![gpitrella/memxus-remote-mcp MCP server](https://glama.ai/mcp/servers/gpitrella/memxus-remote-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gpitrella/memxus-remote-mcp) 📇 ☁️ - Shared context engine for devs and teams. Syncs GitHub, Notion, and saved decisions into reusable project context, so Claude, ChatGPT, Cursor, VS Code and Gemini start each session with the architecture and decisions the team already made. OAuth 2.1 PKCE, AES-256 encrypted, RFC 9728 compliant. `https://mcp.memxus.com/mcp` - [basemouse/basemouse-core](https://github.com/basemouse/basemouse-core) [![basemouse/basemouse-core MCP server](https://glama.ai/mcp/servers/basemouse/basemouse-core/badges/score.svg)](https://glama.ai/mcp/servers/basemouse/basemouse-core) 📇 ☁️ 🏠 - Shared, versioned memory for your agents across Claude Code, Cursor, Kiro and Grok. One MCP server, sourced answers, full history. Remote Streamable HTTP; anonymous browses a public demo corpus. Tools: `search`, `get_context_pack`, `upsert_document`. `https://basemouse.com/mcp` - [Fisher521/burn-mcp-server](https://github.com/Fisher521/burn-mcp-server) [![burn-mcp-server MCP server](https://glama.ai/mcp/servers/Fisher521/burn-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Fisher521/burn-mcp-server) 📇 ☁️ 🍎 - Turn your read-later queue into an AI-accessible knowledge base. 26 tools to search, triage, and organize bookmarks saved in the Burn 451 app — the agent reads your inbox and decides what is worth keeping. `npx burn-mcp-server` +- [Ritwikjoshi/ritwikjoshi-mcp](https://github.com/Ritwikjoshi/ritwikjoshi-mcp) 🎖️ 📇 ☁️ - Official personal Model Context Protocol server for Ritwik Joshi (2x TEDx Speaker, AI entrepreneur). Exposes tools for speaker background, verified TEDx talks, keynote catalog, booking info, and media kit dispatch. Remote Streamable HTTP endpoint: `https://api.ritwikjoshi.com/mcp`. - [soolaugust/0CompactMem](https://github.com/soolaugust/0CompactMem) [![soolaugust/0CompactMem MCP server](https://glama.ai/mcp/servers/soolaugust/0CompactMem/badges/score.svg)](https://glama.ai/mcp/servers/soolaugust/0CompactMem) 🐍 🏠 🍎 🪟 🐧 - Persistent memory MCP server with OS-style demand paging, kswapd-style eviction, and mlock pinning. Multi-agent shared SQLite store with BM25 + FTS5 retrieval, importance scoring, and capacity-aware reclaim. 5 tools: `memory_lookup`, `pin_memory`, `unpin_memory`, `memory_stats`, `list_pinned`. `uvx --from git+https://github.com/soolaugust/0CompactMem memory-os` - [adelinamart/robrain](https://github.com/adelinamart/robrain) [![adelinamart/robrain MCP server](https://glama.ai/mcp/servers/adelinamart/robrain/badges/score.svg)](https://glama.ai/mcp/servers/adelinamart/robrain) 📇 🏠 🍎 🪟 🐧 - Self-hosted decision memory for AI coding agents. Passively captures architectural decisions with the alternatives you rejected (structured `rejected[]`), then warns the agent before it re-proposes a rejected approach. Postgres + pgvector; cross-tool across Claude Code, Cursor, Copilot, and Codex. Install: `npx robrain up && npx robrain install`. - [a2cr/a2cr](https://github.com/a2cr/a2cr) [![a2cr/a2cr MCP server](https://glama.ai/mcp/servers/a2cr/a2cr/badges/score.svg)](https://glama.ai/mcp/servers/a2cr/a2cr) 🐍 ☁️ 🏠 🍎 🪟 🐧 - MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history. From f9777ec012f42b16c0af5de9fde60426f50536d2 Mon Sep 17 00:00:00 2001 From: Ritwik Joshi Date: Sat, 5 Sep 2026 22:19:02 +0530 Subject: [PATCH 2/2] docs: add Glama score badge to Ritwikjoshi/ritwikjoshi-mcp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef7985169..30be70666 100644 --- a/README.md +++ b/README.md @@ -2273,7 +2273,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [gpitrella/memxus-remote-mcp](https://github.com/gpitrella/memxus-remote-mcp) [![gpitrella/memxus-remote-mcp MCP server](https://glama.ai/mcp/servers/gpitrella/memxus-remote-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gpitrella/memxus-remote-mcp) 📇 ☁️ - Shared context engine for devs and teams. Syncs GitHub, Notion, and saved decisions into reusable project context, so Claude, ChatGPT, Cursor, VS Code and Gemini start each session with the architecture and decisions the team already made. OAuth 2.1 PKCE, AES-256 encrypted, RFC 9728 compliant. `https://mcp.memxus.com/mcp` - [basemouse/basemouse-core](https://github.com/basemouse/basemouse-core) [![basemouse/basemouse-core MCP server](https://glama.ai/mcp/servers/basemouse/basemouse-core/badges/score.svg)](https://glama.ai/mcp/servers/basemouse/basemouse-core) 📇 ☁️ 🏠 - Shared, versioned memory for your agents across Claude Code, Cursor, Kiro and Grok. One MCP server, sourced answers, full history. Remote Streamable HTTP; anonymous browses a public demo corpus. Tools: `search`, `get_context_pack`, `upsert_document`. `https://basemouse.com/mcp` - [Fisher521/burn-mcp-server](https://github.com/Fisher521/burn-mcp-server) [![burn-mcp-server MCP server](https://glama.ai/mcp/servers/Fisher521/burn-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Fisher521/burn-mcp-server) 📇 ☁️ 🍎 - Turn your read-later queue into an AI-accessible knowledge base. 26 tools to search, triage, and organize bookmarks saved in the Burn 451 app — the agent reads your inbox and decides what is worth keeping. `npx burn-mcp-server` -- [Ritwikjoshi/ritwikjoshi-mcp](https://github.com/Ritwikjoshi/ritwikjoshi-mcp) 🎖️ 📇 ☁️ - Official personal Model Context Protocol server for Ritwik Joshi (2x TEDx Speaker, AI entrepreneur). Exposes tools for speaker background, verified TEDx talks, keynote catalog, booking info, and media kit dispatch. Remote Streamable HTTP endpoint: `https://api.ritwikjoshi.com/mcp`. +- [Ritwikjoshi/ritwikjoshi-mcp](https://github.com/Ritwikjoshi/ritwikjoshi-mcp) [![Ritwikjoshi/ritwikjoshi-mcp MCP server](https://glama.ai/mcp/servers/Ritwikjoshi/ritwikjoshi-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Ritwikjoshi/ritwikjoshi-mcp) 🎖️ 📇 ☁️ - Official personal Model Context Protocol server for Ritwik Joshi (2x TEDx Speaker, AI entrepreneur). Exposes tools for speaker background, verified TEDx talks, keynote catalog, booking info, and media kit dispatch. Remote Streamable HTTP endpoint: `https://api.ritwikjoshi.com/mcp`. - [soolaugust/0CompactMem](https://github.com/soolaugust/0CompactMem) [![soolaugust/0CompactMem MCP server](https://glama.ai/mcp/servers/soolaugust/0CompactMem/badges/score.svg)](https://glama.ai/mcp/servers/soolaugust/0CompactMem) 🐍 🏠 🍎 🪟 🐧 - Persistent memory MCP server with OS-style demand paging, kswapd-style eviction, and mlock pinning. Multi-agent shared SQLite store with BM25 + FTS5 retrieval, importance scoring, and capacity-aware reclaim. 5 tools: `memory_lookup`, `pin_memory`, `unpin_memory`, `memory_stats`, `list_pinned`. `uvx --from git+https://github.com/soolaugust/0CompactMem memory-os` - [adelinamart/robrain](https://github.com/adelinamart/robrain) [![adelinamart/robrain MCP server](https://glama.ai/mcp/servers/adelinamart/robrain/badges/score.svg)](https://glama.ai/mcp/servers/adelinamart/robrain) 📇 🏠 🍎 🪟 🐧 - Self-hosted decision memory for AI coding agents. Passively captures architectural decisions with the alternatives you rejected (structured `rejected[]`), then warns the agent before it re-proposes a rejected approach. Postgres + pgvector; cross-tool across Claude Code, Cursor, Copilot, and Codex. Install: `npx robrain up && npx robrain install`. - [a2cr/a2cr](https://github.com/a2cr/a2cr) [![a2cr/a2cr MCP server](https://glama.ai/mcp/servers/a2cr/a2cr/badges/score.svg)](https://glama.ai/mcp/servers/a2cr/a2cr) 🐍 ☁️ 🏠 🍎 🪟 🐧 - MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history.