Skip to main content
Glama
jgador
by jgador

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ASPNETCORE_URLSNoListening address(es) for the HTTP server. Override to change the exposed MCP port.http://0.0.0.0:8080
Searxng__BaseUrlNoBase URL of the SearXNG instance. Required if you are not running the bundled Docker service. Must be an absolute URI.http://searxng:8080
Cors__AllowAnyHeaderNoAllow all request headers.true
Cors__AllowAnyMethodNoAllow all HTTP methods.true
Cors__AllowAnyOriginNoPermit all origins. Set to false when you want to limit callers via Cors__AllowedOrigins__0=<origin> style keys.true
Cors__AllowCredentialsNoWhen true, credentials are accepted and you must explicitly enumerate origins.false
Cors__AllowedHeaders__0NoOptional header allowlist entries. Use numbered keys like Cors__AllowedHeaders__0, Cors__AllowedHeaders__1, etc.
Cors__AllowedMethods__0NoOptional method allowlist entries. Use numbered keys like Cors__AllowedMethods__0, Cors__AllowedMethods__1, etc.
Cors__AllowedOrigins__0NoOptional origin allowlist entries when AllowAnyOrigin is false. Use numbered keys like Cors__AllowedOrigins__0, Cors__AllowedOrigins__1, etc.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/jgador/websharp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server