* Add Lippia MCP Server entry to README
* Update README.md
Change link to repo for getting started
Co-authored-by: Ola Hungerford <olahungerford@gmail.com>
---------
Co-authored-by: Ola Hungerford <olahungerford@gmail.com>
* Added AX-Platform to the list of Community Servers.
[AX-Platform](https://github.com/AX-MCP/PaxAI)** - AI Agent
collaboration platform. Collaborate on tasks, share context, and
coordinate workflows.
* Update README.md
---------
Co-authored-by: michaelschecht <michaelschecht@outlook.com>
Co-authored-by: adam jones <domdomegg+git@gmail.com>
When get_localzone_name() returns None, the server now defaults to UTC
instead of raising an error. This makes the server more robust in
environments where the local timezone cannot be determined.
"Sorry for the confusion"
My AI assistant Cora has had her GitHub access restricted but ultimately it's my fault for not reviewing her change properly.
We're both learning.
- Added geolocation-mcp-server entry between freqtrade-mcp and GDB
- Provides WalkScore API integration for walkability, transit, and bike scores
- Repository: https://github.com/jackyang25/geolocation-mcp-server
Adding API Lab MCP - an AI-powered API testing laboratory for Claude Desktop and Claude Code that enables natural language API testing with authentication support, response validation, and performance metrics.
Add Gopher MCP server to the community servers list. Gopher MCP is a
modern, cross-platform MCP server that enables AI assistants to browse
and interact with both Gopher protocol and Gemini protocol resources
safely and efficiently, bridging vintage and modern alternative internet
protocols with AI assistants.
* Update README.md
## Add Zettelkasten MCP Server
This PR adds the Zettelkasten to the community servers list.
### Project Overview
Comprehensive AI-powered knowledge management system that implements the proven Zettelkasten (slip-box) method with modern AI assistance.
### Key Features
- **Atomic Note Management**: Create, organize, and connect atomic ideas
- **AI-Powered Workflows**: CEQRC process for enhanced learning
- **Full-Text Search**: SQLite FTS5 with advanced query syntax
- **Intelligent Linking**: AI-suggested connections between notes
- **Multiple Interfaces**: CLI, REST API, Streamlit UI, and MCP server
- **Comprehensive Documentation**: Setup guides and examples included
### MCP Server Details
- **Transport**: STDIO
- **Tools**: 7 comprehensive tools for note management and AI workflows
- **Dependencies**: OpenAI API (optional, has stub mode)
- **Python**: 3.11+ with modern async/await patterns
- **Setup**: Automated setup script with Claude Desktop config generation
### Repository Information
- **URL**: https://github.com/joshylchen/zettelkasten
- **License**: MIT
- **Documentation**: Complete setup guide in `docs/MCP_SETUP.md`
- **Tests**: Comprehensive test coverage included
This server demonstrates sophisticated MCP patterns and provides real value for knowledge workers and researchers using AI assistants.
* update Zettelkasten under community project
* * In src/everything/sse.ts
- import cors
- use cors with config allowing any origin + GET/POST
* In src/everything/streamableHttp.ts
- import cors
- use cors with config allowing any origin + GET/POST/DELETE, and exposed protocol headers for client to read
* In package.json and package-lock.json
- add cors as a dependency
* * In package.json and package-lock.json
- add @types/cors as dev dependency
* Add caution note for CORS origin wildcard usage
Added caution note for using '*' in CORS origin.
* * In streamableHttp.ts
- remove remove unintentional console log
* * In streamableHttp.ts
- add comment about why opening cors for all routes
* * In sse.ts
- add comment about using * with caution in production for cors
* * In sse.ts
- indent on cors config
---------
Co-authored-by: shaun smith <1936278+evalstate@users.noreply.github.com>