CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Casemgr Mcp

mstang/casemgr-mcp
authSTDIOregistry active
Summary

Connects Claude to a persistent graph workspace where your agent can create notes, plan tasks, and mark them done across sessions. Exposes 184 tools spanning semantic search, file management with versioning, multi-agent task queues, CMMN workflows, and time tracking. Nothing resets between conversations. The agent writes, you edit, and everything stays searchable. Works via stdio bridge for Claude Desktop and Cursor, or native HTTP for Claude Code with OAuth. Reach for this when you want your AI to build institutional memory instead of forgetting everything after each chat, or when coordinating work across multiple agent sessions with shared state.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

casemgr-mcp

smithery badge

A shared workspace your AI agent actually writes to — 184 MCP tools.

It creates notes when it finds things, plans tasks when work appears, and marks them done. You review and edit. Persistent memory + semantic search across a graph of notes, tasks, and files.

This package is the stdio-to-HTTP bridge for the CaseMgr MCP server — use it with any MCP client that supports stdio transport (Claude Desktop, Cursor, etc.). For Claude Code, see below — it supports HTTP natively and does not need this bridge.

Quick Start

npm install -g casemgr-mcp

Get an API token at casemgr.systems/tokens.

MCP Client Config

Claude Desktop / Cursor

Add to your MCP settings:

{
  "mcpServers": {
    "casemgr": {
      "command": "casemgr-mcp",
      "env": {
        "CASEMGR_API_TOKEN": "your_token_here"
      }
    }
  }
}

Claude Code (CLI)

Claude Code authenticates via OAuth automatically — no token needed. Just add the server URL:

{
  "mcpServers": {
    "casemgr": {
      "url": "https://casemgr.systems/mcp"
    }
  }
}

If you prefer token auth, add "headers": { "Authorization": "Bearer your_token_here" }.

Smithery

Install directly via Smithery — one-click setup for Claude Code, Cursor, Codex, and more.

What is CaseMgr?

A shared, persistent workspace for you and your AI agent — 184 MCP tools across a graph of notes, tasks, files, calendar, and agent presence.

Your agent creates notes when it finds things. Plans tasks when there's work to do. Marks them done as it finishes. You review, edit, and add your own. Nothing is ephemeral — every session resumes exactly where the last one left off, and semantic search spans everything either of you ever wrote.

What's in the workspace:

  • Persistent memory — every session resumes where the last one left off; nothing is ephemeral
  • Bidirectional graph — agent and user both read and write notes, tasks, bookmarks, files, todos
  • Semantic search — natural-language search across everything either of you ever wrote
  • Multi-agent task queue — dispatch, claim, and complete work items across multiple agents
  • Event-driven workflows — CMMN stages with sentry-gated execution and auto-lifecycle management
  • Reusable templates — case plan models with publish, version, and instantiate
  • File management — upload, download, versioning, content-aware embeddings
  • Workspaces & worktrees — organize cases, link git worktrees across machines
  • Time tracking & billing — durations, expenses, invoices with LaTeX/PDF generation

Environment Variables

VariableRequiredDefaultDescription
CASEMGR_API_TOKENYes (stdio)—API token from casemgr.systems/tokens. Required for stdio clients (Claude Desktop, Cursor). Not needed for Claude Code, which uses OAuth.
CASEMGR_URLNohttps://casemgr.systems/mcpMCP endpoint URL (for self-hosted instances)

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

CASEMGR_API_TOKEN*secret

API token from casemgr.systems/tokens

Categories
AI & LLM ToolsSearch & Web Crawling
Registryactive
Packagecasemgr-mcp
TransportSTDIO
AuthRequired
UpdatedApr 25, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f