★ 3 stars
TypeScript
🤖 AI/LLM
Updated 1mo ago
🛠️ Build a powerful MCP server that leverages the OpenAI API with TypeScript, Cloudflare Workers, and advanced features for efficient technical support.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"openai-sdk-knowledge": {
"command": "npx",
"args": [
"-y",
"habibhassansehani/openai-sdk-knowledge-org"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add openai-sdk-knowledge npx -y habibhassansehani/openai-sdk-knowledge-org
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"openai-sdk-knowledge": {
"command": "npx",
"args": [
"-y",
"habibhassansehani/openai-sdk-knowledge-org"
]
}
}
}
📋 Copy
Topics
agent agents ai chatgpt cloudflare cloudflare-workers deep-research mcp openai typescript