edwin-hao-ai /
Awareness-SDK
Local-first AI agent memory — one command, 13+ IDEs, works offline. Persistent memory for Claude Code, Cursor, Windsurf, OpenClaw. Zero-code interceptors for OpenAI/Anthropic. Python & TypeScript SDKs.
68/100 healthLoading repository data…
adityapatel1010 / repository
A local MCP powered financial analyst agent using the DeepSeek-R1 model via Ollama, utilizing Github Copilot and Python. It analyzes user queries related to stocks and financial data, running entirely offline.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
MCP Financial Analyst is a local, multi-agent system built using the MCP. It enables natural language-driven financial analysis by leveraging CrewAI agents and running a local DeepSeek-R1 language model through Docker-hosted Ollama.
This project converts natural language queries into Python code that retrieves, analyzes, and visualizes stock market data, then securely executes the code and returns the results.
pandas, yfinance, and matplotlibuv for running the MCP server (or use pip)To start Ollama with DeepSeek-R1 in Docker:
docker run -it -p 11434:11434 --name give_name ollama/ollama
docker_terminal:
ollama pull deepseek-r1
exit
Ensure the Ollama server is up and listening on
localhost:11434
Install Python dependencies using uv:
uv pip install -r requirements.txt
You can run the server directly from VS Code terminal:
uv --directory /absolute/path/to/financial-analyst-deepseek run server.py
This will launch the MCP server that manages the CrewAI agents and handles user queries.
Query:
Plot year-to-date performance for AAPL and MSFT
The system will:
yfinanceSelected from shared topics, language and repository description—not editorial ratings.
edwin-hao-ai /
Local-first AI agent memory — one command, 13+ IDEs, works offline. Persistent memory for Claude Code, Cursor, Windsurf, OpenClaw. Zero-code interceptors for OpenAI/Anthropic. Python & TypeScript SDKs.
68/100 healthvinkius-labs /
AI agent crew that generates hyper-local neighborhood guides with real estate data, crime stats, and lifestyle insights using CrewAI + 13 MCP servers + Google Gemini.
65/100 healthmatplotlib