websharp-mcp
by jgador
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ASPNETCORE_URLS | No | Listening address(es) for the HTTP server. Override to change the exposed MCP port. | http://0.0.0.0:8080 |
| Searxng__BaseUrl | No | Base URL of the SearXNG instance. Required if you are not running the bundled Docker service. Must be an absolute URI. | http://searxng:8080 |
| Cors__AllowAnyHeader | No | Allow all request headers. | true |
| Cors__AllowAnyMethod | No | Allow all HTTP methods. | true |
| Cors__AllowAnyOrigin | No | Permit all origins. Set to false when you want to limit callers via Cors__AllowedOrigins__0=<origin> style keys. | true |
| Cors__AllowCredentials | No | When true, credentials are accepted and you must explicitly enumerate origins. | false |
| Cors__AllowedHeaders__0 | No | Optional header allowlist entries. Use numbered keys like Cors__AllowedHeaders__0, Cors__AllowedHeaders__1, etc. | |
| Cors__AllowedMethods__0 | No | Optional method allowlist entries. Use numbered keys like Cors__AllowedMethods__0, Cors__AllowedMethods__1, etc. | |
| Cors__AllowedOrigins__0 | No | Optional origin allowlist entries when AllowAnyOrigin is false. Use numbered keys like Cors__AllowedOrigins__0, Cors__AllowedOrigins__1, etc. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues