OpenStreetMap MCP Server\
\ A Map Control Protocol (MCP) server implementation for OpenStreetMap integration.\ \
Features\
- OpenStreetMap data integration\
- MCP protocol implementation\
- RESTful API endpoints\
- Map tile serving capabilities\
\
Setup\
- Install dependencies:\
npm install\\
- Configure environment variables:\
cp .env.example .env\
# Edit .env with your configuration\\
- Start the server:\
npm start\\
API Documentation\
API documentation is available at /api-docs when the server is running.\ \
License\
MIT License
