osm-mcp

Model Context Protocol server for OpenStreetMap data

GitHub Stars

27

User Rating

Not Rated

Favorites

0

Views

32

Forks

6

Issues

2

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

This is my claude_desktop_config.json: ```json { "mcpServers": { "OSM PostgreSQL Server": { "command": "/Users/wiseman/.local/bin/uv", "args": [ "run", "--env-file", ".env", "--with", "mcp[cli]", "--with", "psycopg2", "--with-editable", "/Users/wiseman/src/mcp-osm", "--directory", "/Users/wiseman/src/mcp-osm", "mcp", "run",

Additional Resources