Skip to main content
Glama

Fieldnote MCP

Official
qdrant-run.ps1543 B
$ErrorActionPreference = "Stop" $root = "$HOME/dev/mcp" $data = "$root/qdrant/storage" $ver = "1.9.0" New-Item -ItemType Directory -Force -Path $data | Out-Null if (Get-Command docker -ErrorAction SilentlyContinue) { Write-Host "Starting Qdrant via Docker (v$ver) with storage at $data" docker run --rm -p 6333:6333 -p 6334:6334 ` -v "$data:/qdrant/storage" ` -v "$data:/qdrant/snapshots" ` "qdrant/qdrant:v$ver" } else { Write-Host "Docker not found. Please install Docker Desktop or use: docker compose up -d" exit 1 }

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/Fieldnote-Echo/Fieldnote-MCP'

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