Sign inSign up

bithatch/opensim-metaverse2mcp

By bithatch

Updated about 7 hours ago

An MCP server that logs in an OpenSim bot and exposes in-world actions as tools over HTTP MCP.

Image
Machine learning & AI
0

6.5K

bithatch/opensim-metaverse2mcp repository overview

opensim-metaverse2mcp

opensim-metaverse2mcp is an MCP server that logs in an OpenSim bot and exposes in-world actions as tools over HTTP MCP.

It is intended to be used as part of the OpenSim Stack project: "A docker stack to get an AI integrated virtual world up and running in minutes."

What This Image Does

  • Connects a bot account to your OpenSim region at startup
  • Exposes bot control and building/environment tools via MCP over HTTP
  • Supports movement, chat/IM, teleport, prim creation/editing, and environment controls

Quick Start

Run the container with your bot credentials and OpenSim login URI:

docker run --rm \
  -e OPENSIM_LOGIN_FIRSTNAME=Governor \
  -e OPENSIM_LOGIN_LASTNAME=Bot \
  -e OPENSIM_LOGIN_PASSWORD=botpassword \
  -e OPENSIM_LOGIN_URI=http://host.docker.internal:9000 \
  -e METAVERSE_MCP_TRANSPORT=http \
  -e METAVERSE_MCP_HOST=0.0.0.0 \
  -e METAVERSE_MCP_PORT=8999 \
  -e METAVERSE_MCP_HTTP_ENDPOINT=/mcp \
  -p 8999:8999 \
  bithatch/opensim-metaverse2mcp:latest

Then connect your MCP client to:

  • http://localhost:8999/mcp

Tag summary

Content type

Image

Digest

sha256:2b0f70c6b

Size

212.6 MB

Last updated

about 7 hours ago

docker pull bithatch/opensim-metaverse2mcp