Oneiros MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| encode_observationA | Encode a 6D observation [x, y, vx, vy, goal_x, goal_y] into a latent vector. Returns the latent embedding produced by the trained JEPA encoder. The latent is the space the world model predicts in; downstream tools operate on these latents rather than on raw observations. |
| predict_rolloutA | Roll the learned latent dynamics forward from a latent over an action sequence. Given a starting latent and a list of 2D acceleration actions, applies the predictor g step by step and returns the latent trajectory. This is the model imagining a future without touching the real environment. |
| plan_to_goalA | Plan the next action that drives the agent toward a goal, via latent MPC. Encodes the current and goal observations, searches action sequences by rolling the world model forward in latent space (cross-entropy method), and returns the first action of the best plan. Call repeatedly (replanning each step) to follow a receding-horizon trajectory to the goal. |
| reset_envA | Reset the point-mass environment to a deterministic start for the given seed. Returns the initial observation, the agent state, and the goal position. |
| step_envA | Apply a 2D acceleration action to the environment and advance one timestep. Returns the new observation, reward (negative distance to goal), a done flag (agent reached the goal), and the distance to the goal. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mal0ware/Oneiros'
If you have feedback or need assistance with the MCP directory API, please join our Discord server