shinobi
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SHINOBI_DB_PATH | No | SQLite location | |
| SHINOBI_CONFIG_DIR | No | Config + plugins directory | |
| SHINOBI_EMBED_DIMS | No | Override dimensions | |
| SHINOBI_OLLAMA_URL | No | Ollama endpoint | |
| SHINOBI_EMBED_MODEL | No | Override model id | |
| SHINOBI_PLUGINS_DIR | No | Plugin discovery directory | |
| SHINOBI_EMBED_API_KEY | No | Auth for OpenAI / Voyage (else falls back to OPENAI_API_KEY / VOYAGE_API_KEY) | |
| SHINOBI_DASHBOARD_HOST | No | Dashboard bind host. Loopback skips auth; non-loopback auto-enables token auth. | |
| SHINOBI_DASHBOARD_PORT | No | Dashboard port | |
| SHINOBI_EMBED_PROVIDER | No | openai / voyage / ollama / none | |
| SHINOBI_MIGRATIONS_DIR | No | Override migrations source | |
| SHINOBI_DASHBOARD_TOKEN | No | Override the dashboard token; auto-generated to ~/.shinobi/dashboard-token when needed. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
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/numbererikson/shinobi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server