Engawa
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., "@Engawasearch the docs for authentication"
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.
Engawa
The open toolkit for agent-native websites.
Bring your agent.
Engawa helps websites expose a first-class interface for AI agents alongside the human-facing site. Visitors can bring the agent they already trust instead of using another embedded chatbot.
Why Engawa
Traditional websites optimize for humans browsing HTML. Agents scraping that HTML get noisy, incomplete context. Engawa sits between your site and the agent ecosystem—like an engawa, the transitional space between inside and outside in Japanese architecture.
WEBSITE
│
┌────────────┴────────────┐
│ │
Human interface Agent interface
│ │
HTML/UI Engawa
│
┌────────┼────────┐
│ │ │
llms.txt MCP contentRelated MCP server: minimal-mcp-web-search
What it does
Validates generic site configuration (
EngawaConfig)Normalizes content through pluggable adapters
Generates llms.txt v2 discovery files
Exposes MCP resources and safe read-only tools (e.g.
search_site)Documents an implementation profile for agent-native websites
Current status
Early v0.1 foundation. Not production-hardened. API may change before 1.0.
Quick example
See examples/minimal-site for Example Studio—a fictional site with llms.txt, markdown pages, and an MCP endpoint.
pnpm install
pnpm build
pnpm --filter minimal-site startRequires Node.js 24 LTS (see CONTRIBUTING.md).
Packages
Package | Purpose |
| Config, resources, adapters |
| llms.txt generation, link metadata |
| MCP server adapter (spec 2026-07-28) |
Planned (not in v0.1): React UI, Next.js adapters, CLI, analytics.
Security defaults
Public Engawa endpoints are read-only by default in v0.1. No unauthenticated mutation, no secret access, bounded search input and results. See docs/security-model.md.
Licensing
Roadmap
See docs/roadmap.md.
Contributing
See CONTRIBUTING.md.
License
MIT for software. CC BY 4.0 for docs. Copyright Thierry Gilgen ICT, 2026.
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
- FlicenseNot gradedqualityDmaintenanceEnables tool-calling LLMs to search the internet, capture website images, extract webpage text, and more via a local MCP server.14
- FlicenseAqualityDmaintenanceProvides local LLMs with web search and page fetching capabilities via MCP, with a focus on OWASP security best practices.2
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to edit and serve a static website via natural language, providing file management tools over MCP and HTTP hosting.
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to scan any website for agent-readiness and generate the necessary artifacts (llms.txt, WebMCP scaffold, structured data) to make it agent-ready.14MIT
Related MCP Connectors
Generate 18 AI readiness files (llms.txt, ai.txt, RAG indexes, schema) for any website.
Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.
SEO MCP server: crawl your site, find AI-visibility gaps, and ship the fix from your coding agent.
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/thierry-gilgen-ict/engawa'
If you have feedback or need assistance with the MCP directory API, please join our Discord server