hegner123/tersemcp.com
Catalog website for terse MCP tools — token-efficient MCP servers and CLI tools for AI-augmented development
Platform-specific configuration:
{
"mcpServers": {
"tersemcp.com": {
"command": "npx",
"args": [
"-y",
"tersemcp.com"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Catalog website for terse MCP tools — a collection of token-efficient MCP servers and CLI tools built for AI-augmented development workflows.
go:embedRequires Go 1.25+ and templ.
# Generate templ files
templ generate
# Build
go build -o tersemcp .
# Run
./tersemcpThe server listens on port 8082 by default. Set the PORT environment variable to override.
# Start the server
./tersemcp
# Visit in browser
open http://localhost:8082The home page lists all tools grouped by category. Click any tool to see its detail page with examples, stats, and install instructions.
MIT — see LICENSE.
Loading reviews...