MCP.so
Sign In

Snapstate

@timbassler88

About Snapstate

No overview available yet

Basic information

Category

Other

License

NOASSERTION

Runtime

node

Transports

stdio

Publisher

timbassler88

Submitted by

timbassler88

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "snapstate": {
      "command": "node",
      "args": [
        "mcp-server/src/index.js"
      ],
      "env": {
        "SNAPSTATE_API_URL": "https://snapstate.dev",
        "SNAPSTATE_API_KEY": "snp_your_key_here"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Registry?

MCP Registry provides MCP clients with a list of MCP servers, functioning as an app store for discovering and publishing MCP servers. It is maintained by key contributors from Anthropic, PulseMCP, GitHub, and Stacklok.

How to use MCP Registry?

You can run the registry server locally using make dev-compose (requires Docker, Go 1.24.x, and ko). To publish a server, use the provided CLI tool built with make publisher

Comments

More Other MCP servers