PawnDex MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PawnDex MCP Serversearch for mysql packages by user:openmultiplayer"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PawnDex MCP Server
A Model Context Protocol (MCP) server for PawnDex, the Pawn package index for the SA-MP / open.mp ecosystem.
This server enables AI assistants (like Claude) to:
Search for Pawn packages with various filters.
Inspect detailed information about specific repositories, including releases and tags.
Retrieve global statistics and supported languages.
Tools
search_packages: Search for packages using queries likemysql,is:official,user:openmultiplayer, etc.get_package: Get full details for aowner/repocombination.get_stats: View global PawnDex metrics.get_languages: List supported languages in the index.
Related MCP server: conda-meta-mcp
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"pawndex": {
"command": "uv",
"args": [
"--directory",
"/path/to/pawndex_mcp_server",
"run",
"pawndex_mcp_server"
]
}
}
}Create a .mcp.json file in your project root:
{
"mcpServers": {
"pawndex": {
"command": "uv",
"args": [
"--directory",
"/path/to/pawndex_mcp_server",
"run",
"pawndex_mcp_server"
]
}
}
}Or add via CLI:
claude mcp add pawndex -- uv --directory /path/to/pawndex_mcp_server run pawndex_mcp_serverAdd to your opencode.jsonc:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"pawndex": {
"type": "local",
"command": [
"uv",
"--directory",
"/path/to/pawndex_mcp_server",
"run",
"pawndex_mcp_server"
],
"enabled": true
}
}
}Add to your .gemini/settings.json:
{
"mcpServers": {
"pawndex": {
"command": "uv",
"args": ["--directory", "/path/to/pawndex_mcp_server", "run", "pawndex_mcp_server"]
}
}
}Or add via CLI:
gemini mcp add pawndex -- uv --directory /path/to/pawndex_mcp_server run pawndex_mcp_serverAdd to your ~/.codex/config.toml or project-scoped .codex/config.toml:
[mcp_servers.pawndex]
command = "uv"
args = ["--directory", "/path/to/pawndex_mcp_server", "run", "pawndex_mcp_server"]Or add via CLI:
codex mcp add pawndex -- uv --directory /path/to/pawndex_mcp_server run pawndex_mcp_serverDevelopment
Requires Python 3.11+.
# Install dependencies
uv sync
# Run the server locally (STDIO)
uv run pawndex_mcp_serverLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityCmaintenanceMCP server for the LPM package registry, enabling AI tools to search, browse source code, install packages, check quality, and more.Last updated1716ISC- Alicense-qualityAmaintenanceAn MCP server that exposes authoritative, read-only Conda ecosystem metadata for AI agents, enabling package search, dependency resolution, and other packaging queries without side effects.Last updated6BSD 3-Clause
- Alicense-qualityDmaintenanceMCP server for comprehensive PyPI package intelligence, providing tools for dependency analysis, security scanning, health scoring, license compliance, and trend tracking.Last updatedMIT
- AlicenseAqualityDmaintenanceMCP server providing dependency and package management tools for AI agents. Analyze licenses, find outdated packages, visualize dependency trees, estimate bundle sizes, and audit security vulnerabilities.Last updated544MIT
Related MCP Connectors
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
MCP server for hex.pm and hexdocs.pm: search, inspect, compare, and audit Elixir packages
An MCP server that gives your AI access to the source code and docs of all public github repos
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/sittiev/pawndex_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server