What is the SBGrid3.0 MCP MCP server?
Softbowl SBGrid3.0 데이터 그리드(grid)의 공식 API 문서를 검색해, AI가 정확한 그리드 코드를 생성하도록 돕습니다.
How to install SBGrid3.0 MCP
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"sbgrid3": {
"url": "https://softbowl.co.kr/mcp/sbgrid3.do"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sbgrid3": {
"serverUrl": "https://softbowl.co.kr/mcp/sbgrid3.do"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"sbgrid3": {
"type": "http",
"url": "https://softbowl.co.kr/mcp/sbgrid3.do"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"sbgrid3": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://softbowl.co.kr/mcp/sbgrid3.do"
]
}
}
}Claude Code
claude mcp add --transport http sbgrid3 https://softbowl.co.kr/mcp/sbgrid3.doRelated MCP servers
Softbowl SBChart2.0 차트(chart) 라이브러리의 공식 API 문서를 검색해, AI가 정확한 차트 코드를 생성하도록 돕습니다.