Skip to main content
Glama

ArXiv MCP Server

by leopeng1995

mssql-mcp-服务器

mssql-mcp-server 是用于连接 Microsoft SQL Server 的模型上下文协议 (MCP) 服务器。

安装

git clone https://github.com/leopeng1995/mssql-mcp-server.git cd mssql-mcp-server uv sync uv run mssql-mcp-server

Cline 中的配置

{ "mcpServers": { "mssql-mcp-server": { "command": "uv", "args": [ "--directory", "H:/workspaces/leopeng1995/mssql-mcp-server", "run", "mssql-mcp-server" ], "env": { "MSSQL_SERVER": "localhost", "MSSQL_PORT": "1433", "MSSQL_USER": "username", "MSSQL_PASSWORD": "password", "MSSQL_DATABASE": "database", "MSSQL_CHARSET": "UTF-8" # or CP936 ... }, "disabled": false, "autoApprove": [] } } }

注意: MSSQL_CHARSET值区分大小写。

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

人工智能助手和 ArXiv 研究库之间的桥梁,可通过消息控制协议搜索、下载和阅读学术论文。

  1. 安装
    1. Cline 中的配置

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Enables AI assistants to search and access arXiv research papers through a simple Message Control Protocol interface, allowing for paper search, download, listing, and reading capabilities.
        Last updated -
        4
        6
        Python
        Apache 2.0
      • -
        security
        A
        license
        -
        quality
        Enables AI assistants to search, download, and read arXiv research papers through a Message Control Protocol interface, with support for paper filtering and local storage.
        Last updated -
        Apache 2.0
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that enables AI agents to search, retrieve, and analyze academic papers from arXiv, supporting features like keyword search, paper details retrieval, content extraction, and paper analysis.
        Last updated -
        Python
        MIT License
        • Linux
        • Apple
      • A
        security
        A
        license
        A
        quality
        Enables AI assistants to search and retrieve academic papers from arXiv through MCP tools, supporting search by various criteria, detailed paper information, category browsing, and PDF content extraction.
        Last updated -
        4
        48
        2
        JavaScript
        MIT License

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/leopeng1995/mssql-mcp-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server