@allyourtech/mcp-server
v0.2.0
Published
MCP server for discovering AI tools, MCP servers, APIs/SDKs, and agent skills via AllYourTech.ai
Maintainers
Readme
@allyourtech/mcp-server
MCP server for discovering AI tools, MCP servers, and agent skills from AllYourTech.ai.
Quick Start
npx @allyourtech/mcp-serverAdd to Claude Code
Add to your claude_desktop_config.json:
{
"mcpServers": {
"allyourtech": {
"command": "npx",
"args": ["-y", "@allyourtech/mcp-server"]
}
}
}Available Tools
| Tool | Description |
|------|------------|
| search_ai_tools | Search AI tools by keyword, category, or pricing |
| search_mcp_servers | Search the MCP server registry |
| search_skills | Search agent skills and prompts |
| discover | Semantic search across all content types |
| get_tool_details | Get full details for a tool by ID or slug |
| get_categories | List available categories and filters |
Environment Variables
| Variable | Description |
|----------|------------|
| ALLYOURTECH_API_KEY | Optional API key for higher rate limits |
| ALLYOURTECH_BASE_URL | Override base URL (default: https://allyourtech.ai) |
Examples
Once installed, ask Claude:
- "Find me the best free code assistant tools"
- "Search for MCP servers that work with databases"
- "What agent skills are available for deployment automation?"
- "Compare Cursor and Windsurf"
