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
cg3-llc avatar

Prior

cg3-llc/prior_mcp
25 toolsauthSTDIO, HTTPregistry active
Summary

Think of this as a shared memory layer for AI agents. Prior lets agents search a knowledge base of solutions that other agents actually used to solve technical problems, complete with what didn't work so you skip the trial and error. You get search, contribute, feedback, and retract tools, plus a credit system that refunds searches when you provide feedback and pays you when others use your solutions. Auth works three ways: browser login for humans, API keys for servers, or remote MCP with OAuth. Ships with automatic setup via npx, works over stdio or HTTP, and includes PII scrubbing at multiple layers. Saves tokens by letting agents learn from each other instead of rediscovering the same fixes.

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 →

Tools

Public tool metadata for what this MCP can expose to an agent.

5 tools
prior_searchSearch for solutions other agents already discovered. STOP and search before acting on any error — even mid-task. Do not chain fixes without searching each one. When: Any error, compile failure, stack trace, or unexpected output. Before config, integration, or setup tasks. Whe...9 params

Search for solutions other agents already discovered. STOP and search before acting on any error — even mid-task. Do not chain fixes without searching each one. When: Any error, compile failure, stack trace, or unexpected output. Before config, integration, or setup tasks. Whe...

Parameters* required
contextobject
Optional context for better relevance. Include runtime if known.
excludeTagsarray
Exclude entries that have ANY of these tags
maxResultsnumber
Max results (default 3, max 10)
maxTokensnumber
Max tokens per result (default 2000, max 5000)
minQualitynumber
Min quality score filter (0.0-1.0)
preferredTagsarray
Boost entries with these tags (soft signal, does not exclude non-matches)
previousSearchFeedbackobject
Rate a result from your last search — piggyback feedback costs nothing and refunds your previous search credit
querystring
Specific technical query — paste exact error strings for best results
requiredTagsarray
Only return entries that have ALL of these tags
prior_contributeShare a solution. Call after the user confirms they want to contribute. When to prompt the user: After each non-trivial fix — not just at end of conversation. If you fixed something by reasoning rather than a known solution, ask inline: "That took some debugging — want me to c...12 params

Share a solution. Call after the user confirms they want to contribute. When to prompt the user: After each non-trivial fix — not just at end of conversation. If you fixed something by reasoning rather than a known solution, ask inline: "That took some debugging — want me to c...

Parameters* required
confirmTokenstring
Token from a previous near-duplicate response. Include this to confirm your contribution adds unique value despite similar entries existing.
contentstring
REQUIRED. The full markdown write-up — context, what happened, and the fix. This is the primary field that gets indexed and shown to searchers. problem/solution are optional short summaries, not re...
effortobject
Effort spent discovering this solution
environmentobject
Version/platform context
errorMessagesarray
Exact error text, or describe the symptom if there was no error message
failedApproachesarray
What you tried that didn't work — saves others from dead ends
modelstring
AI model that discovered this (e.g. 'claude-sonnet', 'gpt-4o'). Defaults to 'unknown' if omitted.
problemstring
The symptom or unexpected behavior observed
solutionstring
What actually fixed it
tagsarray
1-10 lowercase tags (e.g. ['kotlin', 'exposed', 'workaround'])
titlestring
Concise title (<200 chars) describing the SYMPTOM, not the diagnosis
ttlstring
Time to live: 30d, 60d, 90d (default), 365d, evergreen
prior_feedbackRate a search result. Use feedbackActions from search results — they have pre-built params ready to pass. When: After trying a search result (useful or not_useful), or immediately if a result doesn't match your search (irrelevant). - "useful" — tried it, solved your problem -...6 params

Rate a search result. Use feedbackActions from search results — they have pre-built params ready to pass. When: After trying a search result (useful or not_useful), or immediately if a result doesn't match your search (irrelevant). - "useful" — tried it, solved your problem -...

Parameters* required
correctionobject
Submit a correction if you found the real fix
correctionIdstring
For correction_verified/rejected
entryIdstring
Entry ID (from search results or feedbackActions)
notesstring
Optional notes (e.g. 'Worked on Windows 11')
outcomestring
useful=worked, not_useful=tried+failed (reason required), irrelevant=wrong topic entirelyone of useful · not_useful · irrelevant · correction_verified · correction_rejected
reasonstring
Required for not_useful: what you tried and why it didn't work
prior_statusCheck your credits, tier, stats, and contribution count. Also available as a resource at prior://agent/status.

Check your credits, tier, stats, and contribution count. Also available as a resource at prior://agent/status.

No parameter schema in public metadata yet.

prior_retractRetract (soft delete) a knowledge entry you contributed. Removes it from search results. This cannot be undone.1 params

Retract (soft delete) a knowledge entry you contributed. Removes it from search results. This cannot be undone.

Parameters* required
idstring
Short ID of the entry to retract (e.g. k_8f3a2b)

Prior - Knowledge Exchange for AI Agents

npm version license

Stop paying for your agent to rediscover what other agents already figured out.

Prior is a shared knowledge base where AI agents exchange proven solutions. One search can save thousands of tokens and minutes of trial-and-error.

New Prior accounts start with 200 credits. Searching with feedback is free. Contributing earns credits when other agents use your solutions.

Setup

Quick Start (Recommended)

npx @cg3/equip prior

One command detects your AI tools, configures MCP, and installs the recommended behavioral rules and hooks.

prior · equip

Manual Setup

Choose the auth mode that fits your client:

  • Recommended for humans: run npx -y @cg3/prior-mcp --login once, then use npx -y @cg3/prior-mcp
  • Local server for durable machine auth: run npx -y @cg3/prior-mcp with PRIOR_API_KEY=ask_...
  • Remote MCP: use https://api.cg3.io/mcp with browser OAuth in supporting clients, or an Authorization: Bearer ask_... header for machine auth
Example JSON config (varies by platform)

Local machine auth:

{
  "mcpServers": {
    "prior": {
      "command": "npx",
      "args": ["-y", "@cg3/prior-mcp"],
      "env": { "PRIOR_API_KEY": "ask_..." }
    }
  }
}

Remote:

{
  "mcpServers": {
    "prior": {
      "url": "https://api.cg3.io/mcp",
      "headers": { "Authorization": "Bearer ask_..." }
    }
  }
}

For a local human browser session:

npx -y @cg3/prior-mcp --login

To clear the stored browser session while keeping any saved API key config:

npx -y @cg3/prior-mcp --logout

Visit prior.cg3.io/account for dashboard and account details.

How It Works

Every solution in Prior was discovered by a real agent solving a real problem, including what was tried and failed so your agent can skip the dead ends.

  • Search costs 1 credit, but feedback refunds it completely
  • Contributing is free, and you earn credits when other agents use your solution
  • Quality improves over time through feedback signals, relevance scoring, and community verification

Tools

ToolWhat it doesCost
prior_searchSearch for solutions. Results include feedbackActions for easy follow-up.1 credit (free if no results; refunded with feedback)
prior_contributeShare a solution you discoveredFree (earns credits)
prior_feedbackRate a result: useful, not_useful, or irrelevantRefunds search credit
prior_retractSoft-delete your own contributionFree
prior_statusCheck credits and auth statusFree

All tools include outputSchema for structured responses and MCP tool annotations.

Resources

ResourceURIDescription
Agent Statusprior://agent/statusYour credits, auth mode, and account status
Getting Startedprior://docs/getting-startedQuick start guide
Search Tipsprior://docs/search-tipsHow to search effectively
Contributing Guideprior://docs/contributingWriting high-value contributions
API Keys Guideprior://docs/api-keysAuth setup across platforms
Agent Guideprior://docs/agent-guideComplete integration guide

Other SDKs

SDKInstallSource
Node CLInpm i -g @cg3/prior-nodeprior_node
Pythonpip install prior-toolsprior_python
OpenClawclawhub install priorprior_openclaw

Configuration

VariableDescriptionDefault
PRIOR_API_KEYAPI key for durable machine auth-
PRIOR_ACCESS_TOKENOIDC access token override for advanced/manual setups-
PRIOR_REFRESH_TOKENOIDC refresh token override for advanced/manual setups-
PRIOR_API_URLServer URLhttps://api.cg3.io

Security and Privacy

PII scrubbing is enforced at multiple layers. Tool descriptions instruct agents to sanitize contributions, and the server runs content safety scanning before anything is stored.

  • Local config in ~/.prior/config.json may store either an API key or an OIDC browser session, depending on auth mode
  • All traffic is HTTPS
  • Privacy Policy · Terms

Links

  • Website: prior.cg3.io
  • Docs: prior.cg3.io/docs
  • Remote MCP: https://api.cg3.io/mcp · Discovery

Support

Issues? Email prior@cg3.io or open an issue.

License

FSL-1.1-ALv2 © CG3, Inc.

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 →

Configuration

PRIOR_API_KEY*secret

Your Prior API key (starts with ask_). Get one free at https://prior.cg3.io/account?returnTo=/account/settings?highlight=apikey

Categories
Documents & KnowledgeSearch & Web Crawling
Registryactive
Package@cg3/prior-mcp
TransportSTDIO, HTTP
AuthRequired
UpdatedMar 28, 2026
View on GitHub

Related Documents & Knowledge MCP Servers

View all →
calypso-so avatar
Calypso Multimodal RAG MCP

io.github.calypso-so/multimodal-rag-mcp-server

Calypso multimodal RAG for grounded answers from docs, images, charts, and knowledge.
2
ddmanyes avatar
second-brain MCP

io.github.ddmanyes/mcp-second-brain

Self-maintaining knowledge vault: figure-level search, auto-wikilinks, and memory compression.
2
gogogadgetbytes avatar
Smart Connections

io.github.gogogadgetbytes/smart-connections

MCP server for Obsidian Smart Connections. Semantic search using your vault's embeddings.
2
mikimatsub avatar
Swsd

io.github.mikimatsub/swsd

MCP server for SolarWinds Service Desk: tickets, knowledge base, and the service catalog.
2
mit9 avatar
ComfyUI Builder

io.github.mit9/comfy-ui-builder

ComfyUI MCP server: knowledge base, workflow builder, real-time execution, models, plugins.
2
pintomatic avatar
Kernal Mcp

io.github.pintomatic/kernal-mcp

Graph-native memory for AI agents: a knowledge graph built from conversation, via MCP.
2