Skip to main content
Glama
inbarajaldrin

omni-kit-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KIT_MCP_NAMENoName for the MCP server instance.
KIT_MCP_BUILTINSNoSet to '0' to hide built-in tools (run_python, reload_tools).1
KIT_MCP_NAMESPACENoComma-separated allowlist of namespaces to expose. If set, only tools from these namespaces are visible.
OMNI_KIT_MCP_BINDNoBind address for the bridge (default localhost).localhost
OMNI_KIT_MCP_HOSTNoHost address for the front-end gateway.localhost
OMNI_KIT_MCP_PORTNoPort for the bridge. Auto-discovered when exactly one bridge is running; set to pin a process.auto
KIT_MCP_TOOL_PATHSNoComma-separated list of paths to tool packages (used with KIT_MCP_TOOL_MODULES).
KIT_MCP_INSTRUCTIONSNoCustom instructions for the MCP server.
KIT_MCP_TOOL_MODULESNoComma-separated list of tool package modules to register per-launch.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
refresh_toolsA

Re-discover the bridge registry and register any new tools (use after the bridge's reload_tools, after enabling a project, or after Kit restarts).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/inbarajaldrin/omni-kit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server