MCP Server
Active
io.github.MongLong0214/stockmatrix-mcp MCP Server
io.github.MongLong0214/stockmatrix-mcp
What is the io.github.MongLong0214/stockmatrix-mcp MCP server?
Korean stock market theme lifecycle analysis for 250+ KOSPI/KOSDAQ investment themes
How to install io.github.MongLong0214/stockmatrix-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
STOCKMATRIX_API_URLAPI base URL (defaults to https://stockmatrix.co.kr)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"stockmatrix-mcp": {
"command": "npx",
"args": [
"-y",
"stockmatrix-mcp"
],
"env": {
"STOCKMATRIX_API_URL": "<YOUR_STOCKMATRIX_API_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"stockmatrix-mcp": {
"command": "npx",
"args": [
"-y",
"stockmatrix-mcp"
],
"env": {
"STOCKMATRIX_API_URL": "<YOUR_STOCKMATRIX_API_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"stockmatrix-mcp": {
"command": "npx",
"args": [
"-y",
"stockmatrix-mcp"
],
"env": {
"STOCKMATRIX_API_URL": "<YOUR_STOCKMATRIX_API_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"stockmatrix-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stockmatrix-mcp"
],
"env": {
"STOCKMATRIX_API_URL": "<YOUR_STOCKMATRIX_API_URL>"
}
}
}
}Claude Code
claude mcp add stockmatrix-mcp --env STOCKMATRIX_API_URL=<YOUR_STOCKMATRIX_API_URL> -- npx -y stockmatrix-mcpRelated MCP servers
Logic Pro MCP
Active
Local MCP server for stateful, fail-closed Logic Pro control and live project readback.
31
View repository →Swift
MIT