capa status

Check the health and status of the CAPA server.

Usage

capa status

Description

Displays information about the CAPA server, including:

  • Whether the server is running
  • Server uptime
  • Process ID (PID)
  • Server endpoint URL
  • Active MCP servers
  • Active sessions

Example Output

CAPA Server Status
==================
Status:    Running ✓
PID:       12345
Uptime:    2 hours 34 minutes
Endpoint:  http://localhost:5912/your-project-id/mcp

Active MCP Servers: 2
- brave-search (running)
- filesystem (running)

Active Sessions: 1
- session-abc123 (expires in 45 minutes)

When to Use

  • To verify the server is running
  • To troubleshoot connection issues
  • To check which MCP servers are active
  • To find the server endpoint URL
  • To monitor server health

Troubleshooting

Server Not Running

If the status shows the server is not running, start it with:

capa start

Server Running but Not Responding

If the server shows as running but your client can't connect, try restarting:

capa restart

MCP Servers Crashed

If MCP servers are showing as crashed, CAPA will automatically restart them on the next tool request. You can also manually restart the CAPA server:

capa restart

Related Commands