MCP server for Redis API with 21+ AI parsers (Perplexity, ChatGPT, Claude, etc.)
Project description
ayga-mcp-client
MCP server for Redis API with 21+ AI parsers.
mcp-name: io.github.ozand/ayga-mcp-client
Quick Start
pip install ayga-mcp-client
Claude Desktop
Add to ~/.config/Claude/claude_desktop_config.json (Linux/macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"redis-api": {
"command": "ayga-mcp-client",
"args": ["--username", "YOUR_USERNAME", "--password", "YOUR_PASSWORD"]
}
}
}
VS Code Copilot
Add to .vscode/mcp.json:
{
"servers": {
"redis-api": {
"command": "ayga-mcp-client",
"args": ["--username", "YOUR_USERNAME", "--password", "YOUR_PASSWORD"]
}
}
}
Available Tools
AI Parsers (11+)
search_perplexity- Perplexity AI searchsearch_chatgpt- ChatGPT with web searchsearch_claude- Claude AIsearch_gemini- Google Geminisearch_copilot- Microsoft Copilotsearch_grok- xAI Groksearch_deepseek- DeepSeek AIsearch_google_search- Google web searchsearch_bing_search- Bing searchsearch_duckduckgo- DuckDuckGosearch_youtube_search- YouTube search
Metadata Tools
list_parsers- List all available parsersget_parser_info- Get parser detailshealth_check- API health status
Authentication
Get credentials: support@ayga.tech or create account at https://redis.ayga.tech
Environment Variables
REDIS_API_URL- API URL (default: https://redis.ayga.tech)REDIS_USERNAME- UsernameREDIS_PASSWORD- PasswordREDIS_API_KEY- API key (alternative to username/password)
Development
git clone https://github.com/ozand/redis-mcp-client.git
cd redis-mcp-client
pip install -e ".[dev]"
# Run tests
pytest
# Run locally
python -m ayga_mcp_client --username USER --password PASS
License
MIT License - see LICENSE
Links
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ayga_mcp_client-1.0.0.tar.gz.
File metadata
- Download URL: ayga_mcp_client-1.0.0.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d78b2d6b7559684277aeb3a553aa111beb688379bc66602d81aacf762ef474c
|
|
| MD5 |
2eb2741534e2025bf333cf3e0c9c022f
|
|
| BLAKE2b-256 |
7ef94a075168255d38dda5da810520c1f6197885c3828d90c9912595cbc333d9
|
File details
Details for the file ayga_mcp_client-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ayga_mcp_client-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
440e2adad01a34a11e9e52ef21fe73386a30ec87d0d03af7c26771e1191fb2c7
|
|
| MD5 |
883cdbf46bd42205dd5bc378f7137e1c
|
|
| BLAKE2b-256 |
cbe6a74c73efedce5117a39f5f4d0a5763a95303d76f2ca9dccf29ee37654586
|