vbot-mind-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vbot-mind-mcpcreate a bot named Sparky with personality 'inventor'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
V-Bot Mind — Autonomous Virtual Robot Brain
V-Bot Mind MCP is the fleet's autonomous virtual robot brain runtime. It sits between game engines (Godot, Unity3D, Resonite) and LLM inference, providing:
Perception ingestion: Feed what the V-Bot sees/hears
LLM-driven reasoning: Autonomous decision-making via Ollama/LM Studio
Episodic memory: Persistent recall of past interactions
Personality engine: Configurable traits, goals, backstory
Motor output: Structured action commands back to the engine
Multi-bot registry: Manage dozens of V-Bots with individual identities
Quick Start
uv sync
start.ps1 # launches backend (11078) + frontend dashboard (11079)Related MCP server: Robotics MCP Server
MCP Client Config
{
"mcpServers": {
"vbot-mind": {
"command": "uv",
"args": ["run", "python", "-m", "vbot_mind.mcp.server", "--http", "--port", "11078"],
"env": {
"VBOT_MIND_LLM_BASE_URL": "http://127.0.0.1:11434/v1",
"VBOT_MIND_LLM_MODEL": "qwen2.5:7b"
}
}
}
}Core Tools
Tool | Purpose |
| Full V-Bot lifecycle: create, perceive, think, act, remember, chat, configure, delete |
| Multi-step autonomous goal pursuit with sampling |
Architecture
Game Engine (Godot/Unity3D/Resonite)
│
│ perception (what the bot sees)
▼
V-Bot Mind MCP ──► LLM (Ollama / LM Studio)
│ │
│ motor commands │ reasoning
▼ │
Game Engine ◄───────────┘Fleet Integration
Feeds from
godot-mcp,unity3d-mcp,resonite-mcpfor world stateUses
local-llm-mcpfor inference provider discoveryIntegrates with
advanced-memory-mcpfor long-term knowledge (Phase 2)Consumed by
teleoperator-mcpfor VR interaction with V-Bots
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Hosted runtime for persistent agent teams, durable workflows, memory, schedules, and goals.
Universal memory runtime for AI agents — episodic, semantic, and procedural memory.
Persistent AI entity framework with causal memory, emotional state, and identity.
Persistent memory for AI agents. Semantic search, memory graph, W3C DID identity.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables deployment of autonomous AI agents with memory and tool execution capabilities through a WebSocket-based MCP protocol. Provides production-ready infrastructure with REST API access, persistent state management, and extensible function registry for building self-hosted AI systems.-
- AlicenseCqualityAmaintenanceProvides unified control for both physical robots (ROS-based like Moorebot Scout, Unitree) and virtual robots in Unity3D/VRChat, enabling multi-robot coordination, environment generation, and automated 3D model creation.259MIT
- AlicenseNot gradedqualityFmaintenancePersonal AI cognitive exobrain server providing long-term, emotionally-tagged memory and task management for LLMs via MCP.1MIT
- AlicenseNot gradedqualityAmaintenanceProvides persistent cognitive memory for AI agents and robots with no LLM in the loop, using algorithms for storage, recall, and forgetting; supports MCP, HTTP, and ROS2.278Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/sandraschi/vbot-mind-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server