MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

O
Omori MCP Toolkit
作者 @WaromiV

MCP server by WaromiV

创建于 4/18/2026
更新于 about 5 hours ago
Repository documentation and setup instructions

OMORI MCP Toolkit

Allows any agent to play omori(mod + mcp setup needed)

image

A lightweight MCP server for driving and testing OMORI through the in-game omori_mcp bridge.

What this repo contains

  • omori_mcp_server.py - stdio MCP server (FastMCP) that proxies bridge calls to http://127.0.0.1:43111.
  • scripts/test_bridge.py - quick bridge connectivity smoke test.
  • scripts/test_play.py - quick action/state sanity script.

Requirements

  • Python 3.10+
  • requests
  • mcp (FastMCP provider)
  • OMORI running with the omori_mcp OneLoader bridge active

Install dependencies:

pip install -r requirements.txt

Run the MCP server

python3 omori_mcp_server.py

Optional environment variables:

  • OMORI_BRIDGE_URL (default: http://127.0.0.1:43111)
  • OMORI_VM_BRIDGE_CMD (default: muvm -i curl -s)

Register in Codex

codex mcp add omoriE2E --command python3 --args "/absolute/path/to/omori-mcp-toolkit/omori_mcp_server.py"

Example with custom bridge URL:

codex mcp add omoriE2E --command python3 --args "/absolute/path/to/omori-mcp-toolkit/omori_mcp_server.py" --env OMORI_BRIDGE_URL=http://127.0.0.1:43111

Smoke tests

python3 scripts/test_bridge.py
python3 scripts/test_play.py
快速设置
此服务器的安装指南

安装包 (如果需要)

uvx omori-mcp-toolkit

Cursor 配置 (mcp.json)

{ "mcpServers": { "waromiv-omori-mcp-toolkit": { "command": "uvx", "args": [ "omori-mcp-toolkit" ] } } }