#!/usr/bin/env python3
"""
Simple launcher for the kwrds.ai MCP server
"""
import sys
import os
# Add the parent directory to the path so we can import our modules
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from stdio_server import main
if __name__ == "__main__":
import asyncio
asyncio.run(main())
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/mkotsollaris/kwrds_ai_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server