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 | |
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/jgador/websharp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server