modwire
OfficialClick 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., "@modwireinspect the scaffolding collection"
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.
Enclosure
Enclosure gives coding agents the context and guardrails they need to work confidently across projects. It combines reusable project guidance, architecture checks, diagrams, and scaffolding behind REST, Siren, and MCP.
Highlights
Agent-ready workspace guidance and project-health checks
Architecture contracts backed by Modwire and Mermaiden
Reusable records and project scaffolding
A Siren browser for exploring resources and actions
One machine-wide MCP server for every local project
Related MCP server: ACOMO MCP Server
Quick start
uv sync
uv run python manage.py migrate
make mcpThe local stack runs on 127.0.0.1:8000:
Interface | URL |
Siren browser |
|
REST API |
|
Siren API |
|
MCP |
|
Use make dev when only the standard Django development server is needed.
Development
Run the complete verification suite before handoff:
make ciAfter changing the TypeScript browser, rebuild its checked-in static assets:
make browser-buildHard-refresh the browser after rebuilding to discard a cached bundle.
Machine-wide MCP server
The Compose runtime exposes MCP at http://127.0.0.1:8666/mcp and keeps the
server running as enclosure-mcp. Configure .env as needed:
ENCLOSURE_IMAGEselectslatestor an exact immutable release tag.ENCLOSURE_PROJECTS_DIRselects the host projects directory mounted into the container at the same absolute path.
Start or update the runtime:
make runtime-config
make runtime-up
curl --fail http://127.0.0.1:8666/health/runtime-up migrates with the selected image before starting MCP and retains
the previous image locally as :previous. Back up PostgreSQL before deploying
potentially irreversible migrations. Use make runtime-rollback to restore
the retained image, and make runtime-down to remove only the MCP container.
Releases
GitHub Release tags are canonical. Stable releases publish SemVer, minor,
latest, and commit-traceability image tags; prereleases never move latest.
Docker Hub publication requires DOCKERHUB_USERNAME and DOCKERHUB_TOKEN in
the repository configuration.
API attribution
The API is auth-free. Mutating record requests use X-Actor-Id and
X-Actor-Type; supported actor types are user and agent.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Programmatic control of the Hiro security platform: scans, tasks, plans, and approvals.
Query, browse, and automate OmegaAI workspaces from any MCP client. Streamable HTTP with OAuth 2.0.
327 dev tools via REST API and MCP. Generate Dockerfiles, schemas, K8s, APIs, and more.
Drive real Android & iOS devices and web browsers from natural language for mobile + web QA. 290+ tools across device control, app management, automation sessions, browser automation, and flow recording / replay. Bearer-auth — get a token at robotactions.com → Profile → API Tokens.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceswagger-mcp is a tool designed to scrape Swagger UI by extracting the swagger.json file and dynamically generating well-defined mcp tools at runtime. These tools can be utilized by the MCP client for further tool selection.81MIT
- AlicenseBqualityDmaintenanceEnables interaction with ACOMO API through MCP tools and resources. Provides comprehensive API exploration, operation calling, and schema inspection capabilities for ACOMO backend services.82MIT
- AlicenseBqualityBmaintenanceA configurable MCP server that adapts any HTTP API into an MCP toolset with generic HTTP tools (GET, POST, PUT, DELETE) and pluggable authentication. Includes API discovery scripts and supports dynamic tool generation from OpenAPI specs or wordlist scans.51MIT
- AlicenseAqualityCmaintenanceEnables LLMs to inspect and test other MCP servers by listing and calling their tools, reading resources, and getting prompts. Supports stdio, SSE, and HTTP transports for both local and remote MCP server inspection.71381MIT
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/szpak-dev/enclosure'
If you have feedback or need assistance with the MCP directory API, please join our Discord server