TinyPyMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_OAUTH_DB | No | OAuth store path. | data/oauth.db |
| MCP_AUDIT_LOG | No | Audit JSONL path. | logs/.tinypymcp-audit.jsonl |
| MCP_AUTH_MODE | No | Selects HTTP auth: bearer, oauth, or none. | bearer |
| MCP_MEMORY_DB | No | SQLite memory path. | data/memory.db |
| MCP_AUTH_TOKEN | No | Bearer/query token for HTTP. Required unless MCP_AUTH_DISABLE=1. | |
| MCP_VPS_CONFIG | No | VPS-channel creds JSON path. | ~/.romion/vps-channel.json |
| MCP_PUBLIC_HOST | No | Public host for the DNS-rebinding allowlist. | tiny-py-mcp.romionologic.dev |
| MCP_AUTH_DISABLE | No | Set to '1' to run HTTP without auth (trusted local only). | 0 |
| MCP_CF_PROTECTED | No | Override the protected-CF-host denylist. | |
| MCP_OAUTH_ISSUER | No | OAuth mode: public issuer URL. | https://tiny-py-mcp.romionologic.dev |
| MCP_EXEC_ALLOWLIST | No | Comma/space-separated exec allowlist override. | git,node,npm,python,pytest |
| MCP_WORKSPACE_ROOT | No | Where clone_repo/indexes live. | workspaces/ |
| MCP_RATE_LIMIT_PER_MIN | No | Per-IP request cap (0 = off). | 0 |
| MCP_OAUTH_OPERATOR_SECRET | No | OAuth mode: the secret you type on the authorization page. Required for oauth mode. |
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/BlackStar1979/TinyPyMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server