Configuration
Server URL
Vloggram MCP Server uses SSE (Server-Sent Events) protocol for communication.| Environment | URL |
|---|---|
| Local Development | http://localhost:5000/mcp/sse |
| Production | https://api.aimos.co/mcp/sse |
Authentication
MCP Server requires user authentication to perform most operations. Authentication flow:- Call
auth_sign_intool to log in - Get the returned
userIdandtoken - Pass
userIdparameter in subsequent tool calls
Client Configuration
Cursor
.cursor/mcp.json
- Open Cursor Settings → MCP
- Find vloggram server
- Click to enable
Claude Desktop
macOS configuration file location:claude_desktop_config.json
VS Code (GitHub Copilot)
.vscode/mcp.json
Kiro
.kiro/settings/mcp.json
Troubleshooting
MCP Not Responding
MCP Not Responding
- Check if the server is running on the correct port
- Confirm the URL is configured correctly
- Restart the MCP client
Authentication Failed
Authentication Failed
- Confirm email and password are correct
- Check if the account is registered
- View server logs for detailed errors
Tool Call Failed
Tool Call Failed
- Confirm you are logged in and have userId
- Check if required parameters are complete
- View the returned error message