Skip to main content
Glama

ArXiv MCP Server

by leopeng1995

mssql-mcp-서버

mssql-mcp-server는 Microsoft SQL Server에 연결하기 위한 MCP(Model Context Protocol) 서버입니다.

설치

지엑스피1

클라인에서의 구성

{ "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. 클라인에서의 구성

      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 5 months ago
        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 6 months ago
        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 3 months ago
        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 a month ago
        4
        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