viam-community-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., "@viam-community-mcpshow me the recent errors for my fleet"
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.
viam-community-mcp
viam-community-mcp is an unofficial community project for a Codex-first MCP server that will inspect and diagnose Viam robotics fleets.
This project is not affiliated with, endorsed by, or supported by Viam.
Current Status
M0 is repo rails only. The TypeScript package can build, typecheck, lint, and test, but it does not start an MCP server yet.
No MCP tools are implemented yet. No Viam client is implemented yet. No live Viam calls are made.
Related MCP server: DevServer MCP
Intended V0 Scope
Planned V0 behavior is local-only, stdio-only, read-only, and Codex-first.
The intended tool surface for a later milestone is:
viam_whoamiviam_list_machinesviam_get_recent_errorsviam_summarize_fleet_health
Those tools are not implemented in M0.
Out of Scope
V0 will not control robots, move hardware, call arbitrary DoCommand, mutate config, restart machines, deploy modules, delete data, run as a hosted service, expose remote HTTP MCP, provide a UI, or claim support for clients other than Codex.
Install
npm installDevelopment Commands
npm test
npm run typecheck
npm run lint
npm run buildEnvironment Variables
Future live Viam support will read credentials from environment variables:
VIAM_API_KEY_ID=replace-me
VIAM_API_KEY=replace-me
VIAM_ORG_ID=replace-meDo not paste credentials into prompts. Do not commit .env.
Codex Setup
Codex MCP setup is deferred until the MCP server exists. M0 only creates the package rails.
Safety Model
Inspection before action. The project is scoped so Codex can inspect fleet state in a later milestone, but cannot operate hardware.
Limitations
M0 is not useful as an MCP server yet. It is only the smallest project skeleton needed for later milestones.
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.
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/hunter-volkman/viam-community-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server