Getting Started

Introduction to Agent Dojo

Build, deploy, and manage MCP servers for your AI agents in minutes.

What is Agent Dojo?

Agent Dojo is a cloud platform for building and hosting MCP (Model Context Protocol) servers. Create custom MCP endpoints that bundle tools, resources, and prompts for AI agents. Each server gets a unique URL that any MCP-compatible client can connect to, including Claude Desktop, Cursor, and more.

Key Concepts

Servers

Custom MCP endpoints with unique URLs. Each server bundles together a set of toolkits, tools, resources, and prompts into a single accessible endpoint.

Toolkits

Pre-built collections of tools for common services like Pushover, GitHub, and more. Add toolkits to your server to instantly gain new capabilities.

Tools

Individual callable functions that AI agents can invoke. Tools accept structured input parameters and return results that agents can reason about.

Resources

Read-only data sources that agents can access. Resources provide context and reference information without side effects.

Prompts

Reusable prompt templates that can be attached to your server. Define structured prompts with arguments that agents can discover and use.

Credentials

Secure storage for API keys, tokens, and other secrets. Attach credentials to toolkits so tools can authenticate with external services.

How It Works

1

Get your API key

Sign up for Agent Dojo and generate an API key to authenticate your requests.

2

Create a server

Create an MCP server that gets its own unique URL endpoint for clients to connect to.

3

Add toolkits with tools

Attach pre-built or custom toolkits to your server. Each toolkit brings a set of tools, resources, and prompts that your agents can use.

4

Connect via MCP protocol

Connect from any MCP-compatible client such as Claude Desktop, Cursor, or your own application using the standard MCP protocol.

Next Steps