★ 0 stars
JavaScript
🤖 AI/LLM
Updated 6d ago
MCP server for stacktr.ee — publish HTML privately from any AI agent (Claude Code, Codex, Cursor, Claude.ai). Seven tool calls for unguessable, replace-in-place URLs.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"stacktree-mcp": {
"command": "npx",
"args": [
"-y",
"stevysmith/stacktree-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add stacktree-mcp npx -y stevysmith/stacktree-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"stacktree-mcp": {
"command": "npx",
"args": [
"-y",
"stevysmith/stacktree-mcp"
]
}
}
}
📋 Copy