ALTWEB Context Loader
Rank #17,154software.altweb/altweb-context
Loads signed ALTWEB context capsules — refuses unsigned, tampered, or untrusted by default.
ALTWEB Context Loader is a Model Context Protocol (MCP) server published by danielsoimu. It ranks #17,154 of 132,046 servers tracked on MCP Toplist. ALTWEB Context Loader is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 19, 2026 and most recently updated on Aug 22, 2026.
Ranks ahead of 114,892 of 132,046 servers on MCP Toplist.
Use ALTWEB Context Loader
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add altweb-context -e "ALTWEB_TRUST_FILE=<your ALTWEB_TRUST_FILE>" -- npx -y altweb-contextReplace each placeholder with your own value before saving.
[mcp_servers.altweb-context]
command = "npx"
args = ["-y", "altweb-context"]
[mcp_servers.altweb-context.env]
ALTWEB_TRUST_FILE = "<your ALTWEB_TRUST_FILE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"altweb-context": {
"command": "npx",
"args": [
"-y",
"altweb-context"
],
"env": {
"ALTWEB_TRUST_FILE": "<your ALTWEB_TRUST_FILE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"altweb-context": {
"command": "npx",
"args": [
"-y",
"altweb-context"
],
"env": {
"ALTWEB_TRUST_FILE": "<your ALTWEB_TRUST_FILE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"altweb-context": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"altweb-context"
],
"env": {
"ALTWEB_TRUST_FILE": "<your ALTWEB_TRUST_FILE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"altweb-context": {
"command": "npx",
"args": [
"-y",
"altweb-context"
],
"env": {
"ALTWEB_TRUST_FILE": "<your ALTWEB_TRUST_FILE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"altweb-context": {
"command": "npx",
"args": [
"-y",
"altweb-context"
],
"env": {
"ALTWEB_TRUST_FILE": "<your ALTWEB_TRUST_FILE>"
}
}
}
}Replace each placeholder with your own value before saving.
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/software.altweb%2Faltweb-context)<a href="https://mcptoplist.com/server/software.altweb%2Faltweb-context"><img src="https://mcptoplist.com/badge/software.altweb%2Faltweb-context.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
danielsoimu
Available versions (2)
| Version | Published |
|---|---|
| 1.1.0 | Aug 22, 2026 |
| 1.0.2 | Aug 21, 2026 |
Frequently asked questions
- Who maintains ALTWEB Context Loader?
- ALTWEB Context Loader is maintained by danielsoimu, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is ALTWEB Context Loader listed on the Official MCP Registry?
- Yes — ALTWEB Context Loader is listed on the Official MCP Registry, alongside Glama.
- How many versions does ALTWEB Context Loader have?
- MCP Toplist tracks 2 versions of ALTWEB Context Loader, most recently published on Aug 22, 2026.
- Where can I find the source code for ALTWEB Context Loader?
- The source code for ALTWEB Context Loader is hosted at github.com/danielsoimu/altweb.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.