Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MG_API_KEY | Yes | An API key from mg.robnugen.com/settings/ |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| start_session | Start a new behavioral session. Costs 1 credit. |
| stop_session | Stop an active session. Free (0 credits). |
| check_session | Get details for a single session, including elapsed_sec if active. Free (0 credits). |
| list_sessions | List completed and active sessions. Free (0 credits). |
| get_stats | Get pre-computed session aggregates. Costs 1 credit. Returns total sessions, total seconds, current streak in days, and credits remaining. Offloads all calendar arithmetic to the server. |
| list_activities | List available activity types (FREE, PUBLIC, and your PRIVATE). Free (0 credits). |
| create_activity | Create a custom PRIVATE activity visible only to your account. Free (0 credits). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |