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
- 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’stemplate.json:
Popular MCP Servers
Filesystem
GitHub
PostgreSQL
AWS
Using Template Variables
Store secrets invariables.yml:
template.json with {{VARIABLE_NAME}}:
Discovering Tools
After configuring MCP servers:Using Tools in Agents
Reference tools by name in your agent’stools 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)
Next Steps
Agent Development
Create agents that use these tools
Multi-Agent Teams
Build teams with specialized tools

