Skip to main content
Glama

Character Counter MCP Server

pyproject.toml566 B
[build-system] requires = ["uv_build>=0.8.15,<0.9.0"] build-backend = "uv_build" [project] name = "character-counter" version = "0.1.0" description = "A character counter MCP server" readme = "README.md" requires-python = ">=3.12" dependencies = [ "mcp>=1.14.1", "smithery>=0.2.4", "uvicorn>=0.30.0", ] [project.scripts] # Run the MCP server in development mode dev = "smithery.cli.dev:main" # Run server with interactive testing playground playground = "smithery.cli.playground:main" [tool.smithery] server = "character_counter.server:create_server"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/miguelgarzons/mcp-cun'

If you have feedback or need assistance with the MCP directory API, please join our Discord server