oyemi-mcp
About
MCP server for the Oyemi semantic lexicon. Provides deterministic word-to-code mapping and valence/sentiment analysis for AI agents like Claude, ChatGPT, and Gemini.
Details
- Author
- osseni94
- Categories
- Developer Tools, AI, Other, Knowledge Base
Jump to
Setup
Install oyemi-mcp in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/osseni94/oyemi-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
MCP (Model Context Protocol) server for the Oyemi semantic lexicon. Provides deterministic word-to-code mapping and valence analysis for AI agents like Claude, ChatGPT, and Gemini.
- Semantic Encoding: Convert words to deterministic semantic codes
- Valence Analysis: Analyze text sentiment using lexicon-based valence
- Semantic Similarity: Measure how similar two words are
- Synonym/Antonym Lookup: Find related words
- Zero Runtime Dependencies: No external NLP libraries needed at runtime
git clone https://github.com/Osseni94/oyemi-mcp cd oyemi-mcp pip install -e .
Add to yourclaude_desktop_config.json:
{ "mcpServers": { "oyemi": { "command": "oyemi-mcp" } } }
{ "mcpServers": { "oyemi": { "command": "oyemi-mcp" } } }
encode_word("happy") -> { "word": "happy", "code": "1023-00012-3-2-1", "pos": "adjective", "abstractness": "abstract", "valence": "positive" }
analyze_text("I feel hopeful but anxious about the future") -> { "valence_score": 0.0, "sentiment": "neutral", "positive_words": ["hopeful"], "negative_words": ["anxious"], ... }
semantic_similarity("happy", "joyful") -> { "similarity": 0.85, "relationship": "very similar" }
find_synonyms("happy") -> { "synonyms": ["glad", "felicitous", "well-chosen"] }
find_antonyms("happy") -> { "antonyms": ["unhappy"] }
batch_encode(["happy", "sad", "neutral"]) -> { "results": [ {"word": "happy", "valence": "positive"}, {"word": "sad", "valence": "negative"}, {"word": "neutral", "valence": "neutral"} ] }
get_lexicon_info() -> { "name": "Oyemi", "version": "3.2.0", "word_count": 145014 }
Oyemi codes follow the formatHHHH-LLLLL-P-A-V:
- AI Sentiment Analysis: Let AI agents understand emotional tone
- Semantic Grounding: Provide concrete valence scores instead of guessing
- Text Analysis: Analyze documents, reviews, feedback
- Word Relationships: Find synonyms, antonyms, similar words
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
OpenEnded Philosophy MCP Server with NARS Integration
A philosophical reasoning system combining OpenEnded Philosophy with the Non-Axiomatic Reasoning System (NARS) for advanced analysis and synthesis.
AI Reasoning Cache & Consensus Layer with 50+ reasoning objects across 14 domains. Cache hit/miss with token savings, failure risk check before execution, cross-model verification, and citation tracking. 11 MCP tools via Streamable HTTP.
An advanced MCP server for multi-dimensional, adaptive, and collaborative reasoning.
Search and evaluate MCP servers from your AI agent: quality grades, live verification status, install commands and client compatibility for 5,000+ servers.
True deliberative consensus MCP server where AI models debate and refine positions across multiple rounds
A persistent memory server for Large Language Models, designed to integrate with the Claude desktop application. It supports tiered memory, semantic search, and automatic memory management.
The Brain that turns Generalist Agents into ML Experts.
Server providing persistent multimodal context storage for LLM agents.
Provides automated reasoning for AI systems using the Prover9 and Mace4 theorem provers.
A reasoning engine with multiple strategies, including Beam Search and Monte Carlo Tree Search.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





