Implement MCP data analysis server with comprehensive statistical tools#980
Merged
crivetimihai merged 4 commits intoIBM:mainfrom Sep 13, 2025
Merged
Implement MCP data analysis server with comprehensive statistical tools#980crivetimihai merged 4 commits intoIBM:mainfrom
crivetimihai merged 4 commits intoIBM:mainfrom
Conversation
10 tasks
…al capabilities Signed-off-by: Vipul Mahajan <vipmaha1@in.ibm.com>
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
e9845fa to
35db9b7
Compare
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
vk-playground
pushed a commit
to vk-playground/mcp-context-forge
that referenced
this pull request
Sep 14, 2025
…ls (IBM#980) * test: verify SSH signing works * Add comprehensive MCP data analysis server with 7 tools and statistical capabilities Signed-off-by: Vipul Mahajan <vipmaha1@in.ibm.com> * rebase and cleanup Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Add Makefile and Containerfile Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> --------- Signed-off-by: Vipul Mahajan <vipmaha1@in.ibm.com> Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> Co-authored-by: Vipul Mahajan <vipmaha1@in.ibm.com> Co-authored-by: Mihai Criveti <crivetimihai@gmail.com>
Nayana-R-Gowda
pushed a commit
to Nayana-R-Gowda/mcp-context-forge
that referenced
this pull request
Sep 23, 2025
…ls (IBM#980) * test: verify SSH signing works * Add comprehensive MCP data analysis server with 7 tools and statistical capabilities Signed-off-by: Vipul Mahajan <vipmaha1@in.ibm.com> * rebase and cleanup Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> * Add Makefile and Containerfile Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> --------- Signed-off-by: Vipul Mahajan <vipmaha1@in.ibm.com> Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> Co-authored-by: Vipul Mahajan <vipmaha1@in.ibm.com> Co-authored-by: Mihai Criveti <crivetimihai@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📊 Pull Request Template Selection
Closes #900
Summary
Implements a comprehensive MCP (Model Context Protocol) data analysis
server as specified in Issue #900. This server provides advanced data
science capabilities through 7 standardized MCP tools, enabling AI
applications to perform sophisticated statistical analysis,
visualization, and data transformation workflows.
Key Features Implemented:
load_dataset,analyze_dataset,statistical_test,create_visualization,transform_data,time_series_analysis,query_dataExcel with validation and sampling
testing (t-tests, ANOVA, chi-square, etc.), correlation analysis
seaborn, and plotly
forecasting
cleaning, scaling, encoding
monitoring
Architecture:
limits
Testing: