Poly Ssg MCP
Rank #2,650io.github.hyperpolymath/poly-ssg-mcp
MCP server providing poly-ssg-mcp capabilities
Poly Ssg MCP is a Model Context Protocol (MCP) server published by hyperpolymath. It ranks #2,650 of 115,460 servers tracked on MCP Toplist, and its repository has 125 GitHub stars. Poly Ssg MCP is listed on Official MCP, with 2 tracked versions. It was first listed on Dec 14, 2025 and most recently updated on Dec 14, 2025.
Ranks ahead of 112,810 of 115,460 servers on MCP Toplist.
Use Poly Ssg MCP
claude mcp add poly-ssg-mcp -- docker run -i --rm ghcr.io/hyperpolymath/poly-ssg-mcp:main[mcp_servers.poly-ssg-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/hyperpolymath/poly-ssg-mcp:main"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"poly-ssg-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hyperpolymath/poly-ssg-mcp:main"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"poly-ssg-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hyperpolymath/poly-ssg-mcp:main"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"poly-ssg-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hyperpolymath/poly-ssg-mcp:main"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"poly-ssg-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hyperpolymath/poly-ssg-mcp:main"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"poly-ssg-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hyperpolymath/poly-ssg-mcp:main"
]
}
}
}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/io.github.hyperpolymath%2Fpoly-ssg-mcp)<a href="https://mcptoplist.com/server/io.github.hyperpolymath%2Fpoly-ssg-mcp"><img src="https://mcptoplist.com/badge/io.github.hyperpolymath%2Fpoly-ssg-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
hyperpolymath
Other servers by hyperpolymath
View all hyperpolymath servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Dec 14, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Poly Ssg MCP?
- Poly Ssg MCP is maintained by hyperpolymath, which publishes 4 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Poly Ssg MCP listed on the Official MCP Registry?
- Yes — Poly Ssg MCP is listed on the Official MCP Registry.
- How many versions does Poly Ssg MCP have?
- MCP Toplist tracks 2 versions of Poly Ssg MCP, most recently published on Dec 14, 2025.
- Where can I find the source code for Poly Ssg MCP?
- The source code for Poly Ssg MCP is hosted at github.com/hyperpolymath/poly-ssg-mcp.