MCP Server
Maintained
MIT
io.github.DrBaher/supstack MCP Server
io.github.DrBaher/supstack
What is the io.github.DrBaher/supstack MCP server?
Evidence-based supplement research, dosing, safety, and interactions as agent-callable tools.
How to install io.github.DrBaher/supstack
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"supstack": {
"command": "npx",
"args": [
"-y",
"@supstack/cli",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"supstack": {
"command": "npx",
"args": [
"-y",
"@supstack/cli",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"supstack": {
"command": "npx",
"args": [
"-y",
"@supstack/cli",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"supstack": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@supstack/cli",
"mcp"
]
}
}
}Claude Code
claude mcp add supstack -- npx -y @supstack/cli mcpRelated MCP servers
MCP server for compare-cli: contract version diff/redline and a drift gate as agent tools.
0
View repository →JavaScript
MIT
One MCP server for the contract-ops suite: all nine local-first CLIs as agent tools.
0
View repository →JavaScript
MIT
Agent-first e-signature MCP server with offline PAdES signing and hash-chained audit.
0
View repository →TypeScript
MIT