trackmcp
Back to directory
santasailab

outside-agent-claude-plugin

View on GitHub

Outside Agent — build & publish AI agents (SMS, voice, web) from Claude Code

0 starsOthers Updated Jul 15, 2026

Documentation

Outside Agent — Claude Code plugin

Build, configure, and publish Outside Agent consumer AI agents

(SMS, voice, and web) directly from Claude Code. The plugin connects Claude Code to the hosted

Outside Agent creator MCP (`https://mcp.outsideagent.ai/mcp`, Streamable HTTP + OAuth 2.1), giving

you the whole build surface — `createAgent`, `setAuthoredConfig`, `seedKnowledgeText`,

`publishAgent`, and more — plus a `build-an-agent` skill.

Install

code
/plugin marketplace add santasailab/outside-agent-claude-plugin
/plugin install outside-agent@outside-agent

On first use, a browser window opens to sign in to your Outside Agent account (OAuth). After that,

just ask Claude Code to build you an agent.

What's in here

code
.claude-plugin/marketplace.json         # the marketplace catalog
plugins/outside-agent/
├── .claude-plugin/plugin.json          # the plugin manifest
├── .mcp.json                           # remote MCP server (type "http")
└── skills/build-an-agent/SKILL.md      # guidance for driving the build tools

The plugin ships no code — it points at the remote hosted MCP, so there is nothing to run locally.

  • Website: https://outsideagent.ai
  • Support: https://outsideagent.ai/contact
  • Privacy: https://outsideagent.ai/privacy · Terms: https://outsideagent.ai/terms

Frequently asked questions

What is outside-agent-claude-plugin?

outside-agent-claude-plugin is Outside Agent — build & publish AI agents (SMS, voice, web) from Claude Code

How do I install outside-agent-claude-plugin?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is outside-agent-claude-plugin open source?

Yes — it is hosted on GitHub at https://github.com/santasailab/outside-agent-claude-plugin.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP