Personal MCP Server
by olamide226
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host address | 127.0.0.1 |
| MCP_PORT | No | HTTP listen port | 3000 |
| MCP_TRANSPORT | No | Transport mode: streamable-http, http, or stdio | streamable-http |
| TURSO_SYNC_URL | No | Sync endpoint for embedded replicas | |
| CUSTOM_IMAP_HOST | No | IMAP server hostname | |
| CUSTOM_IMAP_PORT | No | IMAP port | 993 |
| CUSTOM_IMAP_USER | No | IMAP user (usually email address) | |
| CUSTOM_SMTP_HOST | No | SMTP server hostname | |
| CUSTOM_SMTP_PORT | No | SMTP port | 587 |
| CUSTOM_SMTP_USER | No | SMTP user (optional) | |
| GOOGLE_CLIENT_ID | Yes | Google OAuth client ID from Cloud Console | |
| MCP_BEARER_TOKEN | No | Bearer token for authentication (optional) | |
| TURSO_AUTH_TOKEN | No | Auth token for Turso | |
| SLACK_WEBHOOK_URL | No | Slack incoming webhook URL | |
| CUSTOM_IMAP_SECURE | No | Use TLS | true |
| CUSTOM_SMTP_SECURE | No | true for port 465, false for 587 (STARTTLS) | false |
| EMAIL_DEFAULT_FROM | No | Default sender address | |
| GOOGLE_OAUTH_STATE | No | Optional CSRF state | |
| TURSO_DATABASE_URL | No | Database URL (file:, libsql://, or path) | file:local.db |
| CUSTOM_IMAP_MAILBOX | No | IMAP mailbox | INBOX |
| GOOGLE_REDIRECT_URI | Yes | OAuth redirect URI, e.g. http://127.0.0.1:3000/oauth/google/callback | |
| MCP_ALLOWED_ORIGINS | No | Comma-separated origins | * |
| CUSTOM_IMAP_PASSWORD | No | IMAP password (app password recommended) | |
| CUSTOM_SMTP_PASSWORD | No | SMTP password (optional) | |
| GOOGLE_CLIENT_SECRET | Yes | Google OAuth client secret | |
| GOOGLE_REFRESH_TOKEN | No | Obtained via OAuth flow | |
| MCP_ENABLE_SETUP_TOOLS | No | Enable setup tools | true |
| TURSO_SYNC_INTERVAL_MS | No | Sync interval in ms | |
| EMAIL_CONFIRMATION_TTL_SECONDS | No | Expiry for staged emails | 600 |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/olamide226/personal-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server