Skip to content

trevorbyrum/projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Projects

Personal projects and tools.

Structure

projects/
├── mcp-servers/          # MCP servers for Claude
│   ├── qdrant-memory/    # Semantic memory with local vector DB
│   └── browser-use/      # Browser automation with local LLM
└── ...

MCP Servers

qdrant-memory

Local vector database for semantic memory storage and retrieval. Features:

  • Embedded Qdrant (no Docker)
  • Local embeddings (no API keys)
  • Passive collection via hooks

See mcp-servers/qdrant-memory/README.md for details.

browser-use

Browser automation powered by Browser-Use framework and local LLM. Features:

  • Natural language browser control
  • Web scraping and data extraction
  • Uses LM Studio (no API costs)

See mcp-servers/browser-use/README.md for details.

About

Personal projects and tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors