Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"glim": {
"url": "https://glim.sh/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
One remote MCP endpoint gives your agent live data from Twitter/X, Reddit, the open web, GitHub, Amazon, and YouTube. No API keys, no scraping stack - connect the URL and pay per call.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'skills' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked skills against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
One local source for the MCP servers, tools, and memory your AI coding agents share, synced into each tool's native config with a review gate and a receipt for every change. No daemon, no lock-in.
MCP Security Weekly
Get CVE alerts and security updates for sh.glim/glim and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
One remote MCP endpoint gives your agent live data from Twitter/X, Reddit, the open web, GitHub, Amazon, and YouTube. No API keys, no scraping stack - connect the URL and pay per call.
https://glim.sh/mcp
# claude.ai - one click
open "https://claude.ai/customize/connectors?modal=add-custom-connector&connectorName=glim&connectorUrl=https%3A%2F%2Fglim.sh%2Fmcp"
# Claude Code
claude mcp add -s user -t http glim https://glim.sh/mcp
# Claude Code plugin (MCP server + usage skill, auto-updates)
claude plugin marketplace add glim-sh/glim-mcp
claude plugin install glim@glim
# Codex
codex mcp add glim --url https://glim.sh/mcp
# OpenCode (interactive: choose remote, paste the URL)
opencode mcp add
# Agent skill (any skills-aware agent)
npx skills add https://glim.sh --yes
# No account? Pay per call from a local crypto wallet (x402)
npx x402-proxy mcp add glim https://glim.sh/mcp
Any other MCP client: add the endpoint to your config.
{
"mcpServers": {
"glim": {
"url": "https://glim.sh/mcp"
}
}
}
On first use the client runs a browser OAuth sign-in. Manage your balance at glim.sh/app. The wallet path needs no account at all: calls auto-pay USDC (Base or Solana) on x402 challenges; MPP on Tempo is accepted on the same endpoint.
| Tool | Price | Use for |
|---|---|---|
glim_twitter_search | $0.005 | Search tweets with advanced operators |
glim_twitter_get | $0.005 | Tweet with thread context, or user profile, by URL/id/handle |
glim_reddit_search | $0.01 | Search Reddit posts |
glim_reddit_get | $0.015 | Post + comments, subreddit feed, or user activity |
glim_web_search | $0.01 | Semantic web search |
glim_web_fetch | $0.002 | Clean page extraction (SSR, SPA shells, PDFs) |
glim_github_search | $0.002 | Search GitHub repos, conversations, or code |
glim_github_get | $0.002 | Repo metadata, files, history, PRs, issues |
glim_amazon_search | $0.005 | Search Amazon listings with prices, ratings, ASINs |
glim_amazon_get | $0.01 | Amazon product detail by ASIN |
glim_youtube_get | $0.01 | YouTube subtitles/transcript by video id |
Restrict the tool list per session with ?tools=:
https://glim.sh/mcp?tools=glim_twitter_search,glim_web_fetch
Every tool is also a plain REST endpoint under https://glim.sh/api/v1/, gated by the same payment challenges. Full spec: glim.sh/openapi.json.
npx x402-proxy https://glim.sh/api/v1/twitter/get/cascade_fyi
For full documentation, visit glim.sh/docs.
This repo holds the registry manifests, the Claude Code plugin, and documentation for the glim MCP server - not the server source. Open an issue for listing or documentation fixes, or email support@glim.sh.
MIT (c) 2026 Misha Kolesnik