omni-kit-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KIT_MCP_NAME | No | Name for the MCP server instance. | |
| KIT_MCP_BUILTINS | No | Set to '0' to hide built-in tools (run_python, reload_tools). | 1 |
| KIT_MCP_NAMESPACE | No | Comma-separated allowlist of namespaces to expose. If set, only tools from these namespaces are visible. | |
| OMNI_KIT_MCP_BIND | No | Bind address for the bridge (default localhost). | localhost |
| OMNI_KIT_MCP_HOST | No | Host address for the front-end gateway. | localhost |
| OMNI_KIT_MCP_PORT | No | Port for the bridge. Auto-discovered when exactly one bridge is running; set to pin a process. | auto |
| KIT_MCP_TOOL_PATHS | No | Comma-separated list of paths to tool packages (used with KIT_MCP_TOOL_MODULES). | |
| KIT_MCP_INSTRUCTIONS | No | Custom instructions for the MCP server. | |
| KIT_MCP_TOOL_MODULES | No | Comma-separated list of tool package modules to register per-launch. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/inbarajaldrin/omni-kit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server