1. Conduid
  2. Data
  3. Elasticgraph
MCP server · Data

Elasticgraph

Schema-driven, scalable, cloud-native, batteries-included GraphQL, backed by Elasticsearch/OpenSearch

Unclaimed MIT last commit 6 months ago elasticsearchopensearchreportingdatagraphqlsearch
72Good

Scored 2 days ago · breakdown

About Elasticgraph

Elasticgraph is an MCP server published by block in the Data category: schema-driven, scalable, cloud-native, batteries-included GraphQL, backed by Elasticsearch/OpenSearch. It has been installed 0 times through Conduid.

The repository has 67 stars and 22 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx elasticgraph

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Elasticgraph

Powered by Claude · Grounded in docs

I know everything about Elasticgraph. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.2.0v1.2.0 · 13 May 2026ElasticGraph v1.2.0 has been released! This release introduces index inheritance (allowing multiple concrete types to share a single datastore index), `_typename` filtering on abstract types, a new `returnable: false` field option, JRuby…
v1.1.0v1.1.0 · 23 Jan 2026ElasticGraph v1.1.0 has been released! This release includes new gems for data warehouse integration, Ruby 4.0 support, significant performance optimizations, and bug fixes. New Features Data Warehouse Integration Two new gems have been…
v1.0.2v1.0.2 · 19 Sep 2025New Features implement matchesQueryWithPrefix filtering by @brucec-sq in https://github.com/block/elasticgraph/pull/814 , https://github.com/block/elasticgraph/pull/810 Documentation Changes update documentation for MatchesQueryWithPrefix…
v1.0.1v1.0.1 · 18 Aug 2025ElasticGraph v1.0.1 has been released! This release includes an improved configuration system and a bug fixes. New Features New JSON Schemas for Configuration We've added JSON schema validation to the configuration system. This provides…
v1.0.0v1.0.0 · 4 Aug 2025ElasticGraph v1.0.0 has been released! This marks a significant milestone in the maturity of ElasticGraph. This release includes a number of new features and the removal of several long-deprecated features. New Features Substring Filtering…

README

ElasticGraph provides schema-driven, scalable, cloud-native, batteries-included GraphQL, backed by Elasticsearch / OpenSearch.

Try ElasticGraph in 1 Minute

Boot an example ElasticGraph project locally with:

curl -s https://block.github.io/elasticgraph/dc.yml | docker compose -f - up --pull always

Then visit the local GraphiQL UI to try some example queries.

Start a New Project in 5 Minutes

Bootstrap a new ElasticGraph project with:

gem exec elasticgraph new path/to/project
cd path/to/project
bundle exec rake boot_locally

The project website has a full getting started guide.

Architecture

ElasticGraph is designed as a modular system with a small core and numerous built-in extensions. The codebase is a monorepo containing multiple Ruby gems that work together to provide a rich, comprehensive data platform.

For a detailed exploration of the system architecture, component gems, and their interactions, please see the CODEBASE_OVERVIEW.md.

Documentation

The project website has extensive user guides and documentation.

Contributing

We welcome contributions to ElasticGraph!

License

ElasticGraph is released under the MIT License.

The GraphiQL interface bundled with elasticgraph-graphiql is derived from the GraphiQL project, which is also licensed under the MIT License, Copyright (c) GraphQL Contributors.

README mirrored from the source repository 2 days ago. The original is authoritative.

Questions

About Elasticgraph

How do I install Elasticgraph?

Run npx elasticgraph, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Elasticgraph safe to use with an AI agent?

Its trust score is 72 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Elasticgraph still maintained?

Yes — the latest release is v1.2.0 (13 May 2026), and the last commit was 6 months ago. The repository has 67 stars and 0 open issues.