mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-16 15:34:47 -05:00
[PR #821] [CLOSED] Add emem Earth memory geospatial agent #8477
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/821
Author: @kumari-jaya
Created: 5/19/2026
Status: ❌ Closed
Base:
main← Head:add-emem-demo📝 Commits (1)
9ed598fAdd emem geospatial agent demo📊 Changes
3 files changed (+192 additions, -0 deletions)
View changed files
➕
mcp_ai_agents/emem_geospatial_agent/README.md(+59 -0)➕
mcp_ai_agents/emem_geospatial_agent/emem_agent.py(+129 -0)➕
mcp_ai_agents/emem_geospatial_agent/requirements.txt(+4 -0)📄 Description
Adds a self-contained Streamlit demo for emem, a public MCP server for signed geospatial facts.
What's included
emem_agent.py- Streamlit app using agno + emem MCP endpointrequirements.txt- 4 dependenciesREADME.md- Setup, examples, architectureWhat it does
Users type a place name and get back signed elevation, surface water, vegetation, and land cover data. Every fact includes a content-addressed CID receipt. No emem API key or signup needed.
How to run
Only requires an OpenAI API key. The emem MCP endpoint is public.
Follows up on #819 with a full runnable demo as requested.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.