CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
therealdataboss avatar

vaultit

therealdataboss/vaultit
STDIOregistry active
Summary

This is a personal project management framework turned MCP server that maintains session state across different AI models. It works by hosting markdown handoff files and JSON state vectors in a GitHub repo, then pulling them into fresh sessions via raw URLs. The core workflow is ending a session by syncing state back to GitHub, then bootstrapping the next session (even with a different LLM) by reading BOOTSTRAP.md plus project-specific HANDOFF.md and STATE_VECTOR.json files. You'd use this if you're bouncing between Claude, GPT, and Gemini on the same codebase and want to skip the "here's what we did last time" preamble. The repo shows three active projects using the pattern, with a PowerShell sync script for Windows workflows.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

TheRealDataBoss/vaultit

Universal AI Session Continuity Framework

This repo is the persistent memory layer for all active projects owned by Steven Wazlavek (@theRealDataBoss). Any AI session reads this repo at the start and has full context. No chat history needed. No zip files. No manual re-explanation.

How To Bootstrap Any Session

Paste this into any new AI chat, replacing [project-name]:

"Read https://raw.githubusercontent.com/TheRealDataBoss/vaultit/main/BOOTSTRAP.md and continue [project-name]"

The AI fetches PROFILE.md + projects/[project]/HANDOFF.md + projects/[project]/STATE_VECTOR.json and is fully loaded in under 60 seconds.

Structure

PathPurpose
PROFILE.mdSteven's identity, stack, and all standards
BOOTSTRAP.mdUniversal session bootstrap protocol for any AI
projects/[name]/One folder per project — HANDOFF.md + STATE_VECTOR.json
standards/Authoritative CODE, VIZ, and MODELING standards
scripts/vaultit_push.ps1 — end-of-session auto-sync

Active Projects

ProjectTypeStatus
3dpieReact/Three.jsEXECUTING TASK-0029
portfolio-djangoDjango 5IDLE
mit-modulesResearch NotebooksIDLE

Raw Bootstrap URLs

  • BOOTSTRAP: https://raw.githubusercontent.com/TheRealDataBoss/vaultit/main/BOOTSTRAP.md
  • PROFILE: https://raw.githubusercontent.com/TheRealDataBoss/vaultit/main/PROFILE.md
  • 3dpie HANDOFF: https://raw.githubusercontent.com/TheRealDataBoss/vaultit/main/projects/3dpie/HANDOFF.md
  • 3dpie STATE: https://raw.githubusercontent.com/TheRealDataBoss/vaultit/main/projects/3dpie/STATE_VECTOR.json
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
AI & LLM Tools
Registryactive
Packagevaultit
TransportSTDIO
UpdatedMar 16, 2026
View on GitHub

More from therealdataboss

  • contextkeeper

Related AI & LLM Tools MCP Servers

View all →
thomasblc avatar
Skillsindex

thomasblc/skillsindex

Search and score 11,000+ AI agent tools: MCP servers, Claude skills, GPT actions, IDE plugins.
tooloracle avatar
Memoryoracle

tooloracle/memoryoracle

MemoryOracle - 10 agent memory tools: vector store, recall, summarization, redaction.
turbyho avatar
Mem Context

turbyho/mem-context

Temporal memory MCP server with LanceDB vector search, weight-decay scoring, and LLM consolidation
logiclabsai avatar
MindFlows

us.mindflows/mcp-server

Visual workflow memory: search, read, and freeze MindFlows workflows from any agent.
useorgx avatar
OrgX

useorgx/orgx-mcp

OrgX is coordination infrastructure for AI-native teams. It gives your LLM a persistent organizational layer: initiatives with milestones and tasks, human-in-the-loop decision workflows, specialist agent delegation, and cross-session memory that survives tool switching. What you can do with OrgX via MCP: Scaffold initiatives — decompose a goal into workstreams, milestones, and tasks in one call Manage decisions — create, review, approve, or reject decisions with audit trails Delegate to specialist agents — spawn tasks for domain agents (engineering, marketing, product, sales, operations, design) and monitor their progress Query organizational memory — search past decisions, artifacts, and learnings across initiatives Track progress — get initiative health, agent status, blockers, and morning briefs Plan and prioritize — score queues, get next-action recommendations, and run autonomous sessions with budget guardrails OrgX is built for solo founders and small teams who work across multiple AI tools and lose context between sessions. Instead of manually shuttling context between Claude, Cursor, and ChatGPT, OrgX holds the organizational graph so every tool sees the same state.
Vibe Prospecting logoVibe Prospecting logo
Vibe Prospecting

explorium-ai/vibeprospecting-mcp

Power your chat with B2B data to create lead lists, research companies, personalize your outreach, and more.
30