saihm-mcp-server (standards client)
Rank #7,769io.github.SAIHM-Admin/saihm-mcp
MCP standards client for your own custodial SAIHM operator. Free start: @saihm/mcp-server-pro
saihm-mcp-server (standards client) is a Model Context Protocol (MCP) server published by saihm-admin. It ranks #7,769 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. saihm-mcp-server (standards client) is listed across 3 registries — Official MCP, PulseMCP and Glama, with 10 tracked versions. It was first listed on Apr 18, 2026 and most recently updated on Sep 12, 2026.
Ranks ahead of 124,344 of 132,113 servers on MCP Toplist.
Use saihm-mcp-server (standards client)
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add saihm-mcp -e "SAIHM_ENDPOINT_URL=<your SAIHM_ENDPOINT_URL>" -e "SAIHM_AUTH_HEADER=<your SAIHM_AUTH_HEADER>" -- npx -y @saihm/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.saihm-mcp]
command = "npx"
args = ["-y", "@saihm/mcp-server"]
[mcp_servers.saihm-mcp.env]
SAIHM_ENDPOINT_URL = "<your SAIHM_ENDPOINT_URL>"
SAIHM_AUTH_HEADER = "<your SAIHM_AUTH_HEADER>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"saihm-mcp": {
"command": "npx",
"args": [
"-y",
"@saihm/mcp-server"
],
"env": {
"SAIHM_ENDPOINT_URL": "<your SAIHM_ENDPOINT_URL>",
"SAIHM_AUTH_HEADER": "<your SAIHM_AUTH_HEADER>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"saihm-mcp": {
"command": "npx",
"args": [
"-y",
"@saihm/mcp-server"
],
"env": {
"SAIHM_ENDPOINT_URL": "<your SAIHM_ENDPOINT_URL>",
"SAIHM_AUTH_HEADER": "<your SAIHM_AUTH_HEADER>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"saihm-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@saihm/mcp-server"
],
"env": {
"SAIHM_ENDPOINT_URL": "<your SAIHM_ENDPOINT_URL>",
"SAIHM_AUTH_HEADER": "<your SAIHM_AUTH_HEADER>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"saihm-mcp": {
"command": "npx",
"args": [
"-y",
"@saihm/mcp-server"
],
"env": {
"SAIHM_ENDPOINT_URL": "<your SAIHM_ENDPOINT_URL>",
"SAIHM_AUTH_HEADER": "<your SAIHM_AUTH_HEADER>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"saihm-mcp": {
"command": "npx",
"args": [
"-y",
"@saihm/mcp-server"
],
"env": {
"SAIHM_ENDPOINT_URL": "<your SAIHM_ENDPOINT_URL>",
"SAIHM_AUTH_HEADER": "<your SAIHM_AUTH_HEADER>"
}
}
}
}Replace each placeholder with your own value before saving.
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.SAIHM-Admin%2Fsaihm-mcp)<a href="https://mcptoplist.com/server/io.github.SAIHM-Admin%2Fsaihm-mcp"><img src="https://mcptoplist.com/badge/io.github.SAIHM-Admin%2Fsaihm-mcp.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
saihm-admin
Other servers by saihm-admin
View all saihm-admin servers →Available versions (10)
| Version | Published |
|---|---|
| 0.3.14 | Sep 12, 2026 |
| 0.3.13 | Sep 3, 2026 |
| 0.3.12 | Aug 31, 2026 |
| 0.3.11 | Aug 28, 2026 |
| 0.3.10 | Jul 28, 2026 |
| 0.3.9 | Jul 28, 2026 |
| 0.3.8 | Jul 1, 2026 |
| 0.3.7 | Jun 30, 2026 |
| 0.3.6 | Jun 30, 2026 |
| 0.1.2 | May 16, 2026 |
Frequently asked questions
- Who maintains saihm-mcp-server (standards client)?
- saihm-mcp-server (standards client) is maintained by saihm-admin, which publishes 2 MCP servers (10 total versions) tracked on MCP Toplist.
- Is saihm-mcp-server (standards client) listed on the Official MCP Registry?
- Yes — saihm-mcp-server (standards client) is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does saihm-mcp-server (standards client) have?
- MCP Toplist tracks 10 versions of saihm-mcp-server (standards client), most recently published on Sep 12, 2026.
- Where can I find the source code for saihm-mcp-server (standards client)?
- The source code for saihm-mcp-server (standards client) is hosted at github.com/saihm-admin/saihm-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.