CLI Tool Management

🚧 Coming Soon

This page is under construction. We’re working on comprehensive documentation for managing MCP tools via the Station CLI.

What This Will Cover

  • Tool Discovery - Finding and listing available MCP tools
  • Tool Installation - Installing MCP servers and tools
  • Tool Configuration - Configuring tool access and permissions
  • Custom Tool Integration - Adding your own MCP servers
  • Tool Troubleshooting - Debugging tool connection issues

Quick Reference

Key tool management commands:

# Copy MCP configuration to environment directory
cp config.json ~/.config/station/environments/default/template.json

# Sync configurations and discover tools
stn sync

# List available tools
stn mcp tools list

# Check MCP server status
stn mcp status

Next Steps