Loads signed ALTWEB context capsules — refuses unsigned, tampered, or untrusted by default.
claude mcp add altweb-context -- npx -y altweb-context
claude_desktop_config.json
{
"mcpServers": {
"altweb-context": {
"command": "npx",
"args": [
"-y",
"altweb-context"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"altweb-context": {
"command": "npx",
"args": [
"-y",
"altweb-context"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"altweb-context": {
"command": "npx",
"args": [
"-y",
"altweb-context"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"altweb-context": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"altweb-context"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"altweb-context": {
"command": "npx",
"args": [
"-y",
"altweb-context"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/software.altweb--altweb-context/reviews or the review_server meta-tool.
POST /mcp