MCP-SERVER

LilMosey/MCP-SERVER
★ 0 stars TypeScript Database Updated today
mcp server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "LilMosey/MCP-SERVER"
      ]
    }
  }
}

README Excerpt

这是一个 TypeScript + Express 项目骨架,用来承载后续的 MCP 服务。 当前只实现健康检查,不实现具体 MCP 功能。 - MySQL 元数据 MCP 服务:后续用于告诉大模型某个 MySQL 实例有哪些表、表结构是什么、字段含义是什么,以及是否需要补充索引等建议。 - 阿里云日志 MCP 服务:后续用于封装阿里云日志相关能力。 ```bash npm install npm run dev ``` 默认端口是 `3000`,可以通过 `.env` 修改: ```bash cp .env.example .env ``` ```bash curl http://localhost:3000/health
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →