serverless-wiki-on-aws MCP Server
by coni524
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AI_MODEL_ID | No | The Bedrock model the assistant talks to. Amazon Nova 2 Lite through its Global inference profile is the default. Read at run time, so an unset or empty value lands on the default rather than failing. | global.amazon.nova-2-lite-v1:0 |
| MCP_PUBLIC_ORIGIN | No | The origin the MCP OAuth metadata advertises. Set it explicitly for a custom domain. | read from the stack output by `pnpm run deploy` |
| CORS_ALLOWED_ORIGINS | No | Comma-separated origins the S3 bucket accepts presigned-URL requests from. Without a match, attachments fail in the browser. Set it explicitly when a custom domain sits in front of CloudFront or several origins serve the app. Wildcards are rejected. | read from the stack output by `pnpm run deploy` |
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/coni524/serverless-wiki-on-aws'
If you have feedback or need assistance with the MCP directory API, please join our Discord server