pindoc
by var-gg
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PINDOC_PROJECT | No | Default project for unscoped reads/config. | pindoc |
| PINDOC_BIND_ADDR | No | Security intent. Non-loopback values require an IdP or explicit public unauthenticated opt-in. | 127.0.0.1:5830 |
| PINDOC_DAEMON_PORT | No | Host port used by Docker Compose. | 5830 |
| PINDOC_AUTH_PROVIDERS | No | Identity providers enabled for external requests. Current provider: github. | |
| PINDOC_PUBLIC_BASE_URL | No | Public base URL used in generated links and OAuth metadata. | http://127.0.0.1:${PINDOC_DAEMON_PORT} |
| PINDOC_FORCE_OAUTH_LOCAL | No | Development flag that routes loopback /mcp calls through OAuth bearer auth for local QA. | false |
| PINDOC_ALLOW_PUBLIC_UNAUTHENTICATED | No | Explicit opt-in for external exposure without an IdP. Use only behind a trusted network/reverse proxy. | false |
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/var-gg/pindoc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server