Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Academic Paper Search MCP Server
by
afrise
Verified
GitHub
Search
Research & Data
Python
AGPL 3.0
11
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
academic-search-mcp-server
.vscode
.vscode/launch.json
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "MCP Inspector", "type": "node", "request": "launch", "runtimeExecutable": "npx", "args": [ "@modelcontextprotocol/inspector", "uv", "run", "G:/code/science/server.py"], "env": { "PYTHONIOENCODING": "utf-8", "LANG": "en_US.UTF-8" }, "console": "integratedTerminal" } ] }