sentinel-mcp
by haibaoseal
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYTHONPATH | Yes | Required. Sets the module search path to the `apps/api` directory so the `app.mcp.serve` module resolves to the correct package. Without this, an unrelated `app` package may shadow it and cause confusing failures. | |
| GITHUB_TOKEN | No | Optional. GitHub personal access token to enable live GitHub read-only tools (e.g., `github_list_repos`, `github_read_issues`). When unset, these tools return fixture data with `source: fixture`. | |
| MCP_HTTP_SERVERS | No | Optional. Comma-separated list of remote HTTP (Streamable) MCP servers, in `name=url` format. Example: `remote=http://127.0.0.1:8765/mcp`. | |
| MCP_STDIO_SERVERS | No | Optional. Comma-separated list of stdio-based MCP servers to connect to for inbound tools, in `name=command args` format. Example: `demo=python mcp_servers/demo_server.py stdio`. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues