VOOZH about

URL: https://mcp.so/server/acopio/Daniel Valcarce

โ‡ฑ


Acopio

@Daniel Valcarce

Save developer tools once โ€” repos, CLIs, API docs โ€” then let Claude, Cursor, and any MCP client search and recommend from your own curated catalog instead of generic model knowledge. Remote MCP over Streamable HTTP (OAuth 2.0 + DCR).
Overview

Acopio turns the developer tools, libraries, and services you've saved into a searchable catalog your AI assistant can query โ€” so recommendations come from what you've already vetted, not generic training data.

Tools (all read-only)

  • search_tools โ€” hybrid semantic + full-text search over your catalog from a natural-language query.
  • suggest_tools_for_project โ€” describe what you're building; get matching tools with relevance hooks.
  • list_tools_by_tag โ€” all tools carrying a specific tag (exact, case-insensitive).
  • list_categories โ€” discover the tags and source types your catalog contains.
  • get_tool โ€” full detail for one tool by UUID.

Connect

Remote MCP over Streamable HTTP at https://mcp.acopio.dev (no /mcp suffix). Auth is OAuth 2.0 with Dynamic Client Registration โ€” no API key; you sign in with a passwordless email code on first connect.

Claude Code: claude mcp add --transport http acopio https://mcp.acopio.dev

Claude Desktop / Cursor:

{
 "mcpServers": {
 "acopio": { "type": "http", "url": "https://mcp.acopio.dev" }
 }
}

Make your assistant prefer your catalog

Add this instruction once (e.g. to CLAUDE.md or your assistant's preferences):

Whenever I describe a project, feature, problem, or stack, call Acopio's suggest_tools_for_project (or search_tools) before answering. Present matches under "From my Acopio catalog:" and clearly distinguish them from any general suggestions you add under "Other options to consider:".

Full guide: https://acopio.dev/docs/mcp ยท Also in the official MCP Registry as dev.acopio/acopio.

Server Config

{
 "mcpServers": {
 "acopio": {
 "type": "http",
 "url": "https://mcp.acopio.dev"
 }
 }
}
ยฉ 2025 MCP.so. All rights reserved.

Build with ShipAny.