anvyl-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@anvyl-mcpfetch https://example.com and show the raw HTML"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
A minimal MCP server built from scratch — no SDK.
Implements the Model Context Protocol (
2025-03-26) over both Streamable HTTP and WebSocket, with a clean separation between transport, protocol, registry, and execution layers.
Related MCP server: Modular MCP Server
Tools
Tool | Description |
| Run a shell command |
| Read a file from disk |
| Write a file to disk |
| Fetch a URL |
Quickstart
uv sync
python serve.pyConnect via MCP Inspector:
npx @modelcontextprotocol/inspector
# Transport: Streamable HTTP → http://127.0.0.1:8000/mcp
# Transport: WebSocket → ws://127.0.0.1:8000/wsArchitecture
Transport and protocol are fully decoupled. Both HTTP and WebSocket
adapters call the same dispatch() — adding a new transport means
writing a thin adapter, not touching protocol logic.
Tools are sandboxed per-tool: shell runs in an isolated subprocess
with a timeout; trusted tools run inline.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA simple MCP Server with shell execution capabilities that can be run locally with Ngrok tunneling or hosted in an Ubuntu 24 Docker container.4MIT
- FlicenseBqualityDmaintenanceA config-driven, zero-dependency MCP server with plugin architecture that enables filesystem operations, shell commands, HTTP requests, and utilities through simple JSON configuration.31
- Alicense-qualityDmaintenanceA modular MCP server providing file operations, web search, URL scraping, and sandboxed command execution for LLM interactions.1MIT
- AlicenseAqualityCmaintenanceA Python MCP server implemented from scratch, providing tool execution capabilities like system time and file hashing via stdio or HTTP transport.21MIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
An MCP server for Arcjet - the runtime security platform that ships with your AI code.
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/thanakara/anvyl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server