Markdown Vault MCP
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
io.github.Abhishekkumar2021/http · v0.1.0
HTTP/REST client with saved collections, env secrets, and SSRF-safe host allowlisting.
HTTP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"http": {
"command": "npx",
"args": [
"-y",
"@abhishekmcp/http"
],
"env": {
"HTTP_ALLOW_HOSTS": "<HTTP_ALLOW_HOSTS>"
}
}
}
}HTTP_ALLOW_HOSTS必填Comma-separated allowed hosts (exact or *.example.com). Required — the server refuses to start without it.
HTTP_WRITABLE可选Set to 1 or true to allow mutating methods (POST/PUT/PATCH/DELETE).
{
"id": "io.github.Abhishekkumar2021/http",
"type": "mcp-server",
"version": "0.1.0",
"displayName": "HTTP",
"description": "HTTP/REST client with saved collections, env secrets, and SSRF-safe host allowlisting.",
"repository": {
"url": "https://github.com/Abhishekkumar2021/mcp-suite",
"source": "github"
},
"homepage": "https://github.com/Abhishekkumar2021/mcp-suite/tree/main/servers/http#readme",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@abhishekmcp/http",
"version": "0.1.0",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "HTTP_ALLOW_HOSTS",
"description": "Comma-separated allowed hosts (exact or *.example.com). Required — the server refuses to start without it.",
"isRequired": true
},
{
"name": "HTTP_WRITABLE",
"description": "Set to 1 or true to allow mutating methods (POST/PUT/PATCH/DELETE)."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.Abhishekkumar2021/http",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Abhishekkumar2021%2Fhttp/versions/latest",
"isOfficial": true,
"status": "active"
}
}