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.

AI アシスタントと ArXiv の研究リポジトリを橋渡しし、メッセージ制御プロトコルを通じて学術論文の検索、ダウンロード、閲覧を可能にします。

  1. インストール
    1. Cline での構成

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        The ArXiv MCP Server bridges the gap between AI models and academic research by providing a sophisticated interface to arXiv's extensive research repository. This server enables AI assistants to perform precise paper searches and access full paper content, enhancing their ability to engage with scientific literature.
        Last updated -
        4
        1,218
        Python
        Apache 2.0
        • Linux
        • Apple
      • 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
        1
        Python
        Apache 2.0
      • -
        security
        A
        license
        -
        quality
        A server that allows AI assistants to search for research papers, read their content, and access related code repositories through the PapersWithCode API.
        Last updated -
        9
        Python
        MIT License
      • -
        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

      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