SkillsBoard
by TommyBez
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EMAIL_FROM | No | Verified Resend sender for OTP and invitation emails (e.g. Skills Board <login@your-verified-domain.com>). | |
| DATABASE_URL | Yes | PostgreSQL connection string used by the application; Neon may use the pooled URL here. | |
| GITHUB_TOKEN | No | Raises GitHub API rate limits for metadata and ZIP downloads. | |
| RESEND_API_KEY | No | Sends sign-in OTP and team invitation emails through Resend. | |
| BETTER_AUTH_URL | No | Public application origin; use http://localhost:3000 locally. | |
| VERCEL_OIDC_TOKEN | No | Supplied automatically by Vercel for the optional skills.sh catalog. | |
| BETTER_AUTH_SECRET | Yes | Secret used to sign and encrypt authentication data. | |
| EMAIL_PRIVACY_SECRET | No | At least 32 random bytes encoded as base64 or hex; the dedicated root for email hashes and encrypted unsubscribe links. Local/self-hosted environments can fall back to a domain-separated key derived from BETTER_AUTH_SECRET. | |
| DATABASE_URL_UNPOOLED | No | Direct PostgreSQL connection used by Drizzle migrations. It can match DATABASE_URL for local, non-pooled Postgres. | |
| RESEND_WEBHOOK_SECRET | No | Verifies Resend bounce, complaint, suppression, and unsubscribe webhooks. | |
| EMAIL_PRIVACY_SECRET_PREVIOUS | No | JSON array of retained base64/hex roots used for dual-hash suppression lookup and unsubscribe-token decryption. A prior root cannot be removed while retained records still depend on it. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/TommyBez/skillsboard'
If you have feedback or need assistance with the MCP directory API, please join our Discord server