MCP server for delegating tasks to specialized AI assistants in Cursor and other tools
Un CLI interactif à la Claude Code : slash commands, skills, sub-agents, MCP — avec provider démo (pas de clé API).
A high-level API to automate web browsers
MCP server for Chrome DevTools
A high-level API to automate web browsers
Playwright Tools for MCP
MCP server giving AI agents (Claude Code, Claude Desktop, Cursor, ChatGPT, Codex, OpenClaw) persistent long-term memory backed by your local Obsidian markdown vault. Hybrid retrieval (BM25 + ML embeddings + BGE reranker, RRF-fused), HNSW + int8 quantizati
An MCP interface into the Bright Data toolset
No description provided.
No description provided.
Playwright CLI
Add MCP servers to your favorite coding agents with a single command.
The **Model Context Protocol (MCP) client** for the [AI SDK](https://ai-sdk.dev/docs) lets you connect to MCP servers and use their tools with AI SDK functions like `generateText` and `streamText`.
Model Context Protocol servers for Playwright
Paperclip CLI — orchestrate AI agent teams to run a business
Install SKILL.md files, MCP servers, and AGENTS.md guidance for any coding agent. Ships both a Node API and a CLI.
Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects
The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows.
Paperclip adapter for Hermes Agent — run Hermes as a managed employee in a Paperclip company
Hud's Node SDK
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
TypeScript SDK for Strands Agents framework
Turn 3,000+ SaaS tools into MCP servers your agents can use. Headless React component for search, selection, and OAuth handoff.
MCP server for Agentation - visual feedback for AI coding agents
pikuri-subagents owns the sub-agent (delegation) feature top to bottom: the +Pikuri::SubAgent::SubAgentTool+ class (exposed to the LLM as the +agent+ tool), the +Persona+ record, the +Extension+ that wires it onto an agent, and the bundled +Pikuri::SubAgent::RESEARCHER+ persona (network-read only). Hosts that want sub-agents add this gem as a runtime dep and call +c.add_extension Pikuri::SubAgent::Extension.new(personas: [...])+ inside their +Agent.new+ block — same opt-in shape as +pikuri-skills+ / +pikuri-mcp+. Also ships +bin/pikuri-minions+ as a fan-out delegation demo.
pikuri-core is the lean, audit-friendly foundation of the pikuri family: Pikuri::Agent (a thin wrapper around ruby_llm's chat loop) with its Configurator + Extension protocol, the strict Pikuri::Tool framework, a listener surface for rendering / budgets / sub-agents, and four bundled stateless tools (calculator, web search, web scrape, fetch). Extensions (skills, MCP, workspace, coding stack, named-agent personas) live in sibling gems so a privacy-conscious user can install just this core and audit a minimal dependency tree. For the convenience bundle that pulls in everything, see the +pikuri+ metagem.