Skip to main content
Glama
OlegNickeshin

people-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SEED_DEMONoControls whether demonstration data is indexed on first startup. Set to `false` to start with an empty index. Defaults to `true` (demo data is seeded).
WRITE_TOKENYesA long random secret used as the bearer token for publishing and updating profiles/projects. Required before first startup. Generate with `openssl rand -hex 32`.
BIND_ADDRESSNoThe IP address the API server binds to. Default is `127.0.0.1`. Use behind a TLS reverse proxy.
MCP_ALLOWED_HOSTSNoComma-separated list of allowed Host headers, including port wildcards if needed. Example: `localhost:*,127.0.0.1:*,api:*,people.example.com`. Used to protect against DNS rebinding when exposing the MCP server.
POSTGRES_PASSWORDYesThe password for the PostgreSQL database role. Required before first startup. Generate with `openssl rand -hex 32`. Changing it later requires updating the existing PostgreSQL role as well.
MCP_ALLOWED_ORIGINSNoComma-separated list of allowed browser origins for CORS. Example: `http://localhost:*,http://127.0.0.1:*,https://people.example.com`. Only needed for browser-based clients; most non-browser MCP clients do not send an Origin header.

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