🛠️ Build a powerful MCP server that leverages the OpenAI API with TypeScript, Cloudflare Workers, and advanced features for efficient technical support.
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