Skip to content

feldroy/AirMCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirMCP

Configuring Gemini to use local version of AirMCP

{
  "theme": "Dracula",
  "selectedAuthType": "gemini-api-key",
  "preferredEditor": "vscode",
  "mcpServers": {
      "Air": {
        "command": "uv",
        "args": [
          "run",
          "--with",
          "fastmcp",
          "fastmcp",
          "run",
          "/Users/drg/projects/air-repos/AirMCP/main.py"
        ],
        "timeout": 5000
      }
  }
}

Configuring Gemini to use the hosted version of AirMCP:

{
  "theme": "Dracula",
  "selectedAuthType": "gemini-api-key",
  "preferredEditor": "vscode",
  "mcpServers": {
    "Air": {
        "httpUrl": "https://airmcp.fastapicloud.dev/mcp"
    }
  }
}

About

AirMCP server

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 2

  •  
  •  

Languages