IWE
IWE is an MCP server published by IWE; its MCP spec-revision support has not been verified yet. It is the first-party server from IWE. Last verified 2026-09-15.
Does IWE support the current MCP specification (2026-07-28)?
Undetermined. We have not verified which MCP specification revision IWE supports (as of 2026-09-15).
Is IWE a first-party (official) MCP server?
Yes. IWE is the first-party MCP server published by IWE (last verified 2026-09-15).
How do I connect to IWE?
IWE is available via the package npm:@iwe-org/mcp, the official MCP Registry under io.github.iwe-org/iwe, the source repository at https://github.com/iwe-org/iwe. Authentication: none. Transports: stdio, streamable-http.
What tools does IWE expose?
IWE exposes 14 tools, including iwe_find, iwe_retrieve, iwe_tree, iwe_stats, iwe_squash, iwe_create (last verified 2026-09-15).
When were IWE's facts last verified?
2026-09-15. Each fact on this page links to the sources used to verify it.
Which tools does IWE expose?
14 tools verified.
iwe_findiwe_retrieveiwe_treeiwe_statsiwe_squashiwe_createiwe_updateiwe_deleteiwe_queryiwe_renameiwe_extractiwe_inlineiwe_normalizeiwe_attach
IWE turns a directory of markdown files into a knowledge graph, exposed both as a language server for editors and as an MCP server for AI agents. The MCP server, implemented in the iwec crate of the iwe-org/iwe Rust workspace, exposes fourteen tools including iwe_find, iwe_create, iwe_query and iwe_rename, plus three prompts and four resources. It is distributed as the npm installer package @iwe-org/mcp and, separately, as the crates.io package iwe; it communicates over stdio by default, with an optional self-hosted streamable-http mode reachable at /mcp when the operator starts it with --transport http. The HTTP mode binds to 127.0.0.1 by default and documents no built-in authentication, leaving TLS and access control to a reverse proxy for any exposure beyond localhost.
The GitHub organization iwe-org owns the repository and lists iwe.md as its blog URL; that same site links back to github.com/iwe-org/iwe repeatedly as its canonical source and releases page. The repository's own server.json, which the registry ingests, was authored in the same repo and matches the live registry record exactly, and the npm package's maintainer email, dmytro@iwe.md, sits on the product's own domain. Because the team that builds and documents IWE at iwe.md is the same team publishing the MCP server, authority is first_party.
No README, documentation page, changelog entry or server.json names a supported MCP specification revision. The iwec crate depends on rmcp version 3, the official Rust MCP SDK, but that dependency range is not itself evidence of which revision the server implements, so spec_status remains unknown.
How widely adopted is IWE?
Ranked #117 in The MCP 500 with Adoption Index 54.43 (snapshot , methodology v1).
| Measurement | Value | Source |
|---|---|---|
| Official MCP Registry | yes | API · |
| Docker MCP Catalog | no | API · |
| npm downloads (weekly) | 476 | API · |
| GitHub stars | 1,643 | API · |
| GitHub forks | 75 | API · |
| Last push | 2026-09-12T15:38:53Z | API · |
| Repository archived | no | API · |
How was this verified, and what are the sources?
Verified · method: vendor-docs
· confidence 0.85 (Good).
- Official MCP Registry record for io.github.iwe-org/iwe, fetched 2026-09-15 - version 0.24.0, package npm @iwe-org/mcp 0.24.0 with stdio transport, repository iwe-org/iwe, websiteUrl https://iwe.md - accessed
- Repository metadata, fetched 2026-09-15 - iwe-org/iwe, Apache-2.0, 1642 stars, 75 forks, last push 2026-09-12, not archived, owner type Organization - accessed
- IWE product site on the vendor's own iwe.md domain, fetched 2026-09-15 - links to github.com/iwe-org/iwe repeatedly as its GitHub and releases source - accessed
- MCP documentation page, fetched 2026-09-15 - states the server exposes 14 tools, defaults to stdio, and supports an optional "--transport http" mode serving Streamable HTTP at /mcp, with auth and TLS left to an external reverse proxy - accessed
- npm registry metadata for @iwe-org/mcp, fetched 2026-09-15 - maintainer gimalay with email dmytro@iwe.md, mcpName field io.github.iwe-org/iwe matching the registry record exactly - accessed