IWE
Rank #401io.github.iwe-org/iwe
Markdown knowledge base as agent memory. Runs against the notes directory it is started in.
IWE is a Model Context Protocol (MCP) server published by iwe-org. It ranks #401 of 115,591 servers tracked on MCP Toplist, and its repository has 1,607 GitHub stars. IWE is listed across 2 registries — Official MCP and Glama, with 6 tracked versions. It was first listed on Jan 18, 2025 and most recently updated on Aug 30, 2026.
Ranks ahead of 115,190 of 115,591 servers on MCP Toplist.
Use IWE
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add iwe -- npx -y @iwe-org/mcp[mcp_servers.iwe]
command = "npx"
args = ["-y", "@iwe-org/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"iwe": {
"command": "npx",
"args": [
"-y",
"@iwe-org/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"iwe": {
"command": "npx",
"args": [
"-y",
"@iwe-org/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"iwe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@iwe-org/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"iwe": {
"command": "npx",
"args": [
"-y",
"@iwe-org/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"iwe": {
"command": "npx",
"args": [
"-y",
"@iwe-org/mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.iwe-org%2Fiwe)<a href="https://mcptoplist.com/server/io.github.iwe-org%2Fiwe"><img src="https://mcptoplist.com/badge/io.github.iwe-org%2Fiwe.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
iwe-org
Available versions (6)
| Version | Published |
|---|---|
| 0.23.0 | Aug 30, 2026 |
| 0.22.0 | Aug 30, 2026 |
| 0.21.0 | Aug 29, 2026 |
| 0.20.1 | Aug 24, 2026 |
| 0.20.0 | Aug 24, 2026 |
| 0.19.1 | Aug 15, 2026 |
Frequently asked questions
- Who maintains IWE?
- IWE is maintained by iwe-org, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is IWE listed on the Official MCP Registry?
- Yes — IWE is listed on the Official MCP Registry, alongside Glama.
- How many versions does IWE have?
- MCP Toplist tracks 6 versions of IWE, most recently published on Aug 30, 2026.
- Where can I find the source code for IWE?
- The source code for IWE is hosted at github.com/iwe-org/iwe.