useVyre Context
Rank #11,735io.github.gapra/usevyre-context
useVyre component context for AI agents — valid props, variants, anti-patterns, and design tokens.
useVyre Context is a Model Context Protocol (MCP) server published by gapra. It ranks #11,735 of 115,591 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. useVyre Context is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 6, 2026 and most recently updated on May 13, 2026.
Ranks ahead of 103,856 of 115,591 servers on MCP Toplist.
Use useVyre Context
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add usevyre-context -- npx -y @usevyre/mcp-server[mcp_servers.usevyre-context]
command = "npx"
args = ["-y", "@usevyre/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"usevyre-context": {
"command": "npx",
"args": [
"-y",
"@usevyre/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"usevyre-context": {
"command": "npx",
"args": [
"-y",
"@usevyre/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"usevyre-context": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@usevyre/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"usevyre-context": {
"command": "npx",
"args": [
"-y",
"@usevyre/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"usevyre-context": {
"command": "npx",
"args": [
"-y",
"@usevyre/mcp-server"
]
}
}
}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.gapra%2Fusevyre-context)<a href="https://mcptoplist.com/server/io.github.gapra%2Fusevyre-context"><img src="https://mcptoplist.com/badge/io.github.gapra%2Fusevyre-context.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
gapra
Other servers by gapra
View all gapra servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.2 | May 13, 2026 |
Frequently asked questions
- Who maintains useVyre Context?
- useVyre Context is maintained by gapra, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is useVyre Context listed on the Official MCP Registry?
- Yes — useVyre Context is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does useVyre Context have?
- MCP Toplist tracks 1 version of useVyre Context, most recently published on May 13, 2026.
- Where can I find the source code for useVyre Context?
- The source code for useVyre Context is hosted at github.com/gapra/usevyre.