Skip to main content

What is MCP?

Model Context Protocol (MCP) is an open standard for connecting AI agents to external systems. Think of it as a universal adapter for your infrastructure.
MCP servers handle authentication and permissions. Agents never see your credentials directly.

Why MCP?

Architecture

Key Benefits:
  • Agents only see results, never credentials
  • Grant specific operations (read vs write)
  • Same servers work with Claude Desktop, Cursor, and Station

Configuring MCP Servers

Add servers to your environment’s template.json:

Filesystem

GitHub

PostgreSQL

AWS

Using Template Variables

Store secrets in variables.yml:
Reference in template.json with {{VARIABLE_NAME}}:

Discovering Tools

After configuring MCP servers:

Using Tools in Agents

Reference tools by name in your agent’s tools array:
Agents can only use tools explicitly listed in their tools array.

Station MCP Tools

When you connect Station as an MCP server to your AI assistant (Claude Desktop, Cursor, etc.), Station provides 41 built-in tools for managing agents:

Agent Management (11 tools)

Agent Execution (4 tools)

Evaluation & Testing (7 tools)

Reports & Analytics (4 tools)

Environment Management (3 tools)

MCP Server Management (5 tools)

Tool Discovery (2 tools)

Scheduling (3 tools)

Bundles (1 tool)

Faker System (1 tool)

To see all available tools in your AI assistant, just ask: “Show me all Station MCP tools available”

Next Steps

Agent Development

Create agents that use these tools

Multi-Agent Teams

Build teams with specialized tools