🔒
Composio Auth
No description available
0 installs
Trust: 30 — Low
Security
Ask AI about Composio Auth
Powered by Claude · Grounded in docs
I know everything about Composio Auth. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Composio Auth API
A FastAPI application for managing Composio authentication configurations and MCP servers.
Setup
-
Create virtual environment:
python -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate -
Install dependencies:
pip install -r requirements.txt -
Create environment file: Create a
.envfile in the project root with:COMPOSIO_API_KEY=your_composio_api_key_here -
Run the server:
uvicorn main:app --reload
The API will be available at http://127.0.0.1:8000
API Endpoints
POST /auth-configs- Create auth configurationsPOST /mcp-servers- Create MCP serversPOST /connections- Create connectionsGET /connection-status- Check connection statusDELETE /mcp-servers- Delete MCP servers
