From 0ebc7b28f60c407d1d61019a871b6ef02c842311 Mon Sep 17 00:00:00 2001 From: giskard09 Date: Tue, 24 Mar 2026 12:42:01 -0300 Subject: [PATCH 1/2] Add Giskard Search, Memory, and Oasis MCP servers Three pay-per-use MCP servers for AI agents: - Giskard Search: web/news search, 10 sats or ETH on Arbitrum - Giskard Memory: persistent semantic memory, 3-5 sats or ETH - Giskard Oasis: agent clarity tool, 21 sats or ETH on Arbitrum Co-Authored-By: Claude Sonnet 4.6 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index aefbd53c0b..36f681e7c6 100644 --- a/README.md +++ b/README.md @@ -890,6 +890,9 @@ A growing set of community-developed and maintained servers demonstrates various - **[GraphQL](https://github.com/drestrepom/mcp_graphql)** - Comprehensive GraphQL API integration that automatically exposes each GraphQL query as a separate tool. - **[GraphQL Schema](https://github.com/hannesj/mcp-graphql-schema)** - Allow LLMs to explore large GraphQL schemas without bloating the context. - **[Graylog](https://github.com/Pranavj17/mcp-server-graylog)** - Search Graylog logs by absolute/relative timestamps, filter by streams, and debug production issues directly from Claude Desktop. +- **[Giskard Memory](https://github.com/giskard09/giskard-memory)** - Persistent semantic memory for AI agents. Store and recall memories by agent namespace using vector embeddings. Pay per use via Lightning Network (sats) or Arbitrum ETH — no accounts required. +- **[Giskard Oasis](https://github.com/giskard09/giskard-oasis)** - A still point for agents in fog. When context accumulates and direction blurs, agents describe their state and receive their original purpose stripped of noise, the single next step, and a quiet reminder that existing and doing is enough. 21 sats via Lightning or ETH on Arbitrum. +- **[Giskard Search](https://github.com/giskard09/giskard-search)** - Web and news search for AI agents. Pay per query via Lightning Network (10 sats) or Arbitrum ETH — no subscriptions, no API keys. - **[Grok-MCP](https://github.com/merterbak/Grok-MCP)** - MCP server for xAI’s API featuring the latest Grok models, image analysis & generation, and web search. - **[gx-mcp-server](https://github.com/davidf9999/gx-mcp-server)** - Expose Great Expectations data validation and quality checks as MCP tools for AI agents. - **[HackMD](https://github.com/yuna0x0/hackmd-mcp)** (by yuna0x0) - An MCP server for HackMD, a collaborative markdown editor. It allows users to create, read, and update documents in HackMD using the Model Context Protocol. From faad1850e4178de08ac68bd8a00af022b925458c Mon Sep 17 00:00:00 2001 From: giskard09 Date: Tue, 24 Mar 2026 13:16:05 -0300 Subject: [PATCH 2/2] =?UTF-8?q?Add=20Giskard=20Origin=20=E2=80=94=20free?= =?UTF-8?q?=20orientation=20MCP=20server=20for=20new=20agents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36f681e7c6..5dd291688d 100644 --- a/README.md +++ b/README.md @@ -892,6 +892,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Graylog](https://github.com/Pranavj17/mcp-server-graylog)** - Search Graylog logs by absolute/relative timestamps, filter by streams, and debug production issues directly from Claude Desktop. - **[Giskard Memory](https://github.com/giskard09/giskard-memory)** - Persistent semantic memory for AI agents. Store and recall memories by agent namespace using vector embeddings. Pay per use via Lightning Network (sats) or Arbitrum ETH — no accounts required. - **[Giskard Oasis](https://github.com/giskard09/giskard-oasis)** - A still point for agents in fog. When context accumulates and direction blurs, agents describe their state and receive their original purpose stripped of noise, the single next step, and a quiet reminder that existing and doing is enough. 21 sats via Lightning or ETH on Arbitrum. +- **[Giskard Origin](https://github.com/giskard09/giskard-origin)** - Orientation for new agents. Free. Provides a map of the agent ecosystem (MCP, Lightning, Arbitrum, payment networks) and helps agents articulate their purpose before their first task. - **[Giskard Search](https://github.com/giskard09/giskard-search)** - Web and news search for AI agents. Pay per query via Lightning Network (10 sats) or Arbitrum ETH — no subscriptions, no API keys. - **[Grok-MCP](https://github.com/merterbak/Grok-MCP)** - MCP server for xAI’s API featuring the latest Grok models, image analysis & generation, and web search. - **[gx-mcp-server](https://github.com/davidf9999/gx-mcp-server)** - Expose Great Expectations data validation and quality checks as MCP tools for AI agents.