Skip to main content
Glama
haibaoseal

sentinel-mcp

by haibaoseal

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PYTHONPATHYesRequired. 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_TOKENNoOptional. 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_SERVERSNoOptional. Comma-separated list of remote HTTP (Streamable) MCP servers, in `name=url` format. Example: `remote=http://127.0.0.1:8765/mcp`.
MCP_STDIO_SERVERSNoOptional. 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources