Skip to main content
Glama

SuiAgentic

by AnhQuan2004
runqdrant.sh281 B
#!/bin/bash # this is a script to run qdrant in a container in your local machine. # it will mount the qdrant/data directory to the container and run the container. mkdir -p qdrant/data docker run -it -d -p 6333:6333 \ -v $(pwd)/qdrant/data:/qdrant/storage \ qdrant/qdrant

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/AnhQuan2004/mcp_agent'

If you have feedback or need assistance with the MCP directory API, please join our Discord server